Color spaces of #290451
RGB | 41 | 4 | 81 |
---|---|---|---|
HSL | 0.75 | 0.91 | 0.17 |
HSV | 269° | 95° | 32° |
CMYK | 0.49 | 0.95 | 0.00 0.68 |
XYZ | 2.4431 | 1.1523 | 7.8782 |
Yxy | 1.1523 | 0.2129 | 0.1004 |
Hunter Lab | 10.7345 | 21.8399 | -35.9995 |
CIE-Lab | 10.2007 | 34.6267 | -38.1661 |
#290451 color RGB value is (41,4,81).
#290451 hex color red value is 41, green value is 4 and the blue value of its RGB is 81. Cylindrical-coordinate representations (also known as HSL) of color #290451 hue: 0.75 , saturation: 0.91 and the lightness value of 290451 is 0.17.
The process color (four color CMYK) of #290451 color hex is 0.49, 0.95, 0.00, 0.68. Web safe color of #290451 is #330066. Color #290451 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00101001 | 00000100 | 01010001 |
Octal | 51 | 4 | 121 |
Decimal | 41 | 4 | 81 |
Hex | 29 | 4 | 51 |
Shades of #290451
Tints of #290451
RGB Percentages of Color #290451
CMYK Percentages of Color #290451
Complementary Color
#290451 | #2c5104 |
#290451 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#290451 Color Preview on White Background
Lorem ipsum dolor sit amet.
#290451 Color CSS Codes
.mybgcolor {background-color:#290451; } .myforecolor {color:#290451; } .mybordercolor {border:3px solid #290451; }
#290451 Text Font Color
<p style="color:#290451">Text here</p>
This sample text font color is #290451
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#290451 Background Color
<div style="background-color:#290451">
Div content here</div>
This div background color is #290451
#290451 Border Color
<div style="border:3px solid #290451">
Div here</div>
This div border color is #290451
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(41,4,81, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #290451; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #290451; -webkit-box-shadow: 1px 1px 3px 2px #290451; box-shadow: 1px 1px 3px 2px #290451; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(41,4,81, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #290451">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #290451; -webkit-box-shadow: 1px 1px 3px 2px #290451; box-shadow: 1px 1px 3px 2px #290451;">
Div content here</div>
This div box has shadow with color #290451
Comments
No comments written yet.
Please login to write comment.