Color spaces of #311765
RGB | 49 | 23 | 101 |
---|---|---|---|
HSL | 0.72 | 0.63 | 0.24 |
HSV | 260° | 77° | 40° |
CMYK | 0.51 | 0.77 | 0.00 0.60 |
XYZ | 3.9220 | 2.2053 | 12.5309 |
Yxy | 2.2053 | 0.2102 | 0.1182 |
Hunter Lab | 14.8503 | 21.1545 | -39.6348 |
CIE-Lab | 16.5297 | 32.5655 | -41.1973 |
#311765 color RGB value is (49,23,101).
#311765 hex color red value is 49, green value is 23 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #311765 hue: 0.72 , saturation: 0.63 and the lightness value of 311765 is 0.24.
The process color (four color CMYK) of #311765 color hex is 0.51, 0.77, 0.00, 0.60. Web safe color of #311765 is #330066. Color #311765 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00110001 | 00010111 | 01100101 |
Octal | 61 | 27 | 145 |
Decimal | 49 | 23 | 101 |
Hex | 31 | 17 | 65 |
Shades of #311765
Tints of #311765
RGB Percentages of Color #311765
CMYK Percentages of Color #311765
Complementary Color
#311765 | #4b6517 |
#311765 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#311765 Color Preview on White Background
Lorem ipsum dolor sit amet.
#311765 Color CSS Codes
.mybgcolor {background-color:#311765; } .myforecolor {color:#311765; } .mybordercolor {border:3px solid #311765; }
#311765 Text Font Color
<p style="color:#311765">Text here</p>
This sample text font color is #311765
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.
#311765 Background Color
<div style="background-color:#311765">
Div content here</div>
This div background color is #311765
#311765 Border Color
<div style="border:3px solid #311765">
Div here</div>
This div border color is #311765
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(49,23,101, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #311765; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #311765; -webkit-box-shadow: 1px 1px 3px 2px #311765; box-shadow: 1px 1px 3px 2px #311765; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(49,23,101, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #311765">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #311765; -webkit-box-shadow: 1px 1px 3px 2px #311765; box-shadow: 1px 1px 3px 2px #311765;">
Div content here</div>
This div box has shadow with color #311765
Comments
No comments written yet.
Please login to write comment.