Shades of Indigo #3E005E
Tints of Indigo #3E005E
RGB
CMYK
RGB Variations
Color information
#3E005E (or 0x3E005E) is known color: Indigo. HEX triplet: 3E, 00 and 5E. RGB value is (62,0,94). Sum of RGB (Red+Green+Blue) = 62+0+94=156 (20% of max value = 765). Red value is 62 (24.61% from 255 or 39.74% from 156); Green value is 0 (0.39% from 255 or 0% from 156); Blue value is 94 (37.11% from 255 or 60.26% from 156); Max value from RGB is 94 - color contains mainly: blue. Hex color #3E005E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3E005E is #C1FFA1. Grayscale: #1C1C1C. Windows color (decimal): -12713890 or 6160446. OLE color: 6160446.
HSL color Cylindrical-coordinate representation of color #3E005E: hue angle of 279.57º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3E005E is Cyan = 0.34, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
RGB | 62 | 0 | 94 | - |
CMYK | 0.34 | 1 | 0 | 0.63 |
HSL | 279.57º | 1% | 0.18% | - |
HSV(B) | 279.57º | 1% | 0.37% | - |
XYZ | 4.01 | 1.83 | 10.73 | - |
YUV | 29.25 | 164.54 | 151.36 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 62 | 0 | 94 | 0.34 | 1 | 0 | 0.63 | 279.57 | 1 | 0.18 |
Hex | 3E | 0 | 5E | 22 | 64 | 0 | 3F | 118 | 64 | 12 |
Octal | 76 | 0 | 136 | 42 | 144 | 0 | 77 | 430 | 144 | 22 |
Binary | 111110 | 0 | 1011110 | 100010 | 1100100 | 0 | 111111 | 100011000 | 1100100 | 10010 |
Color Harmonies of #3E005E
Complementary color
Monochromatic Colors of #3E005E
Black with #3E005E
Text Example
Text Example
White with #3E005E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E005E; }
p { color: rgb(62,0,94); }
H1.HeaderClassName
{
color: #3E005E;
}
.AnyTagClassName
{
color: #3E005E;
}
</style>
background-color css
<style>
a { background-color: #3E005E; }
a { background-color: rgb(62,0,94); }
div.DivClassName
{
background-color: #3E005E;
}
.BgClassName
{
background-color: #3E005E;
}
</style>
border-color css
<style>
span { border-color: #3E005E; }
span { border-color: rgb(62,0,94); }
td.TdClassName
{
border-color: #3E005E;
}
.TagClassName
{
border-color: #3E005E;
}
</style>