Shades of Indigo #3E005F
Tints of Indigo #3E005F
RGB
CMYK
RGB Variations
Color information
#3E005F (or 0x3E005F) is known color: Indigo. HEX triplet: 3E, 00 and 5F. RGB value is (62,0,95). Sum of RGB (Red+Green+Blue) = 62+0+95=157 (20% of max value = 765). Red value is 62 (24.61% from 255 or 39.49% from 157); Green value is 0 (0.39% from 255 or 0% from 157); Blue value is 95 (37.5% from 255 or 60.51% from 157); Max value from RGB is 95 - color contains mainly: blue. Hex color #3E005F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3E005F is #C1FFA0. Grayscale: #1D1D1D. Windows color (decimal): -12713889 or 6225982. OLE color: 6225982.
HSL color Cylindrical-coordinate representation of color #3E005F: hue angle of 279.16º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3E005F is Cyan = 0.35, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
RGB | 62 | 0 | 95 | - |
CMYK | 0.35 | 1 | 0 | 0.63 |
HSL | 279.16º | 1% | 0.19% | - |
HSV(B) | 279.16º | 1% | 0.37% | - |
XYZ | 4.05 | 1.85 | 10.97 | - |
YUV | 29.37 | 165.04 | 151.28 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 62 | 0 | 95 | 0.35 | 1 | 0 | 0.63 | 279.16 | 1 | 0.19 |
Hex | 3E | 0 | 5F | 23 | 64 | 0 | 3F | 117 | 64 | 13 |
Octal | 76 | 0 | 137 | 43 | 144 | 0 | 77 | 427 | 144 | 23 |
Binary | 111110 | 0 | 1011111 | 100011 | 1100100 | 0 | 111111 | 100010111 | 1100100 | 10011 |
Color Harmonies of #3E005F
Complementary color
Monochromatic Colors of #3E005F
Black with #3E005F
Text Example
Text Example
White with #3E005F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E005F; }
p { color: rgb(62,0,95); }
H1.HeaderClassName
{
color: #3E005F;
}
.AnyTagClassName
{
color: #3E005F;
}
</style>
background-color css
<style>
a { background-color: #3E005F; }
a { background-color: rgb(62,0,95); }
div.DivClassName
{
background-color: #3E005F;
}
.BgClassName
{
background-color: #3E005F;
}
</style>
border-color css
<style>
span { border-color: #3E005F; }
span { border-color: rgb(62,0,95); }
td.TdClassName
{
border-color: #3E005F;
}
.TagClassName
{
border-color: #3E005F;
}
</style>