Shades of Indigo #3E0979
Tints of Indigo #3E0979
RGB
CMYK
RGB Variations
Color information
#3E0979 (or 0x3E0979) is known color: Indigo. HEX triplet: 3E, 09 and 79. RGB value is (62,9,121). Sum of RGB (Red+Green+Blue) = 62+9+121=192 (25% of max value = 765). Red value is 62 (24.61% from 255 or 32.29% from 192); Green value is 9 (3.91% from 255 or 4.69% from 192); Blue value is 121 (47.66% from 255 or 63.02% from 192); Max value from RGB is 121 - color contains mainly: blue. Hex color #3E0979 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3E0979 is #C1F686. Grayscale: #252525. Windows color (decimal): -12711559 or 7932222. OLE color: 7932222.
HSL color Cylindrical-coordinate representation of color #3E0979: hue angle of 268.39º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3E0979 is Cyan = 0.49, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 62 | 9 | 121 | - |
| CMYK | 0.49 | 0.93 | 0 | 0.53 |
| HSL | 268.39º | 0.86% | 0.25% | - |
| HSV(B) | 268.39º | 0.93% | 0.47% | - |
| XYZ | 5.54 | 2.6 | 18.3 | - |
| YUV | 37.62 | 175.06 | 145.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 9 | 121 | 0.49 | 0.93 | 0 | 0.53 | 268.39 | 0.86 | 0.25 |
| Hex | 3E | 9 | 79 | 31 | 5D | 0 | 35 | 10C | 56 | 19 |
| Octal | 76 | 11 | 171 | 61 | 135 | 0 | 65 | 414 | 126 | 31 |
| Binary | 111110 | 1001 | 1111001 | 110001 | 1011101 | 0 | 110101 | 100001100 | 1010110 | 11001 |
Color Harmonies of #3E0979
Complementary color
Monochromatic Colors of #3E0979
Black with #3E0979
Text Example
Text Example
White with #3E0979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E0979; }
p { color: rgb(62,9,121); }
H1.HeaderClassName
{
color: #3E0979;
}
.AnyTagClassName
{
color: #3E0979;
}
</style>
background-color css
<style>
a { background-color: #3E0979; }
a { background-color: rgb(62,9,121); }
div.DivClassName
{
background-color: #3E0979;
}
.BgClassName
{
background-color: #3E0979;
}
</style>
border-color css
<style>
span { border-color: #3E0979; }
span { border-color: rgb(62,9,121); }
td.TdClassName
{
border-color: #3E0979;
}
.TagClassName
{
border-color: #3E0979;
}
</style>