Shades of Indigo #3E0060
Tints of Indigo #3E0060
RGB
CMYK
RGB Variations
Color information
#3E0060 (or 0x3E0060) is known color: Indigo. HEX triplet: 3E, 00 and 60. RGB value is (62,0,96). Sum of RGB (Red+Green+Blue) = 62+0+96=158 (20% of max value = 765). Red value is 62 (24.61% from 255 or 39.24% from 158); Green value is 0 (0.39% from 255 or 0% from 158); Blue value is 96 (37.89% from 255 or 60.76% from 158); Max value from RGB is 96 - color contains mainly: blue. Hex color #3E0060 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3E0060 is #C1FF9F. Grayscale: #1D1D1D. Windows color (decimal): -12713888 or 6291518. OLE color: 6291518.
HSL color Cylindrical-coordinate representation of color #3E0060: hue angle of 278.75º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3E0060 is Cyan = 0.35, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 62 | 0 | 96 | - |
| CMYK | 0.35 | 1 | 0 | 0.62 |
| HSL | 278.75º | 1% | 0.19% | - |
| HSV(B) | 278.75º | 1% | 0.38% | - |
| XYZ | 4.1 | 1.87 | 11.21 | - |
| YUV | 29.48 | 165.54 | 151.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 0 | 96 | 0.35 | 1 | 0 | 0.62 | 278.75 | 1 | 0.19 |
| Hex | 3E | 0 | 60 | 23 | 64 | 0 | 3E | 117 | 64 | 13 |
| Octal | 76 | 0 | 140 | 43 | 144 | 0 | 76 | 427 | 144 | 23 |
| Binary | 111110 | 0 | 1100000 | 100011 | 1100100 | 0 | 111110 | 100010111 | 1100100 | 10011 |
Color Harmonies of #3E0060
Complementary color
Monochromatic Colors of #3E0060
Black with #3E0060
Text Example
Text Example
White with #3E0060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E0060; }
p { color: rgb(62,0,96); }
H1.HeaderClassName
{
color: #3E0060;
}
.AnyTagClassName
{
color: #3E0060;
}
</style>
background-color css
<style>
a { background-color: #3E0060; }
a { background-color: rgb(62,0,96); }
div.DivClassName
{
background-color: #3E0060;
}
.BgClassName
{
background-color: #3E0060;
}
</style>
border-color css
<style>
span { border-color: #3E0060; }
span { border-color: rgb(62,0,96); }
td.TdClassName
{
border-color: #3E0060;
}
.TagClassName
{
border-color: #3E0060;
}
</style>