Shades of Indigo #4E0970
Tints of Indigo #4E0970
RGB
CMYK
RGB Variations
Color information
#4E0970 (or 0x4E0970) is known color: Indigo. HEX triplet: 4E, 09 and 70. RGB value is (78,9,112). Sum of RGB (Red+Green+Blue) = 78+9+112=199 (26% of max value = 765). Red value is 78 (30.86% from 255 or 39.20% from 199); Green value is 9 (3.91% from 255 or 4.52% from 199); Blue value is 112 (44.14% from 255 or 56.28% from 199); Max value from RGB is 112 - color contains mainly: blue. Hex color #4E0970 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4E0970 is #B1F68F. Grayscale: #292929. Windows color (decimal): -11662992 or 7342414. OLE color: 7342414.
HSL color Cylindrical-coordinate representation of color #4E0970: hue angle of 280.19º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4E0970 is Cyan = 0.30, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 78 | 9 | 112 | - |
| CMYK | 0.30 | 0.92 | 0 | 0.56 |
| HSL | 280.19º | 0.85% | 0.24% | - |
| HSV(B) | 280.19º | 0.92% | 0.44% | - |
| XYZ | 6.16 | 2.98 | 15.58 | - |
| YUV | 41.37 | 167.86 | 154.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 9 | 112 | 0.30 | 0.92 | 0 | 0.56 | 280.19 | 0.85 | 0.24 |
| Hex | 4E | 9 | 70 | 1E | 5C | 0 | 38 | 118 | 55 | 18 |
| Octal | 116 | 11 | 160 | 36 | 134 | 0 | 70 | 430 | 125 | 30 |
| Binary | 1001110 | 1001 | 1110000 | 11110 | 1011100 | 0 | 111000 | 100011000 | 1010101 | 11000 |
Color Harmonies of #4E0970
Complementary color
Monochromatic Colors of #4E0970
Black with #4E0970
Text Example
Text Example
White with #4E0970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E0970; }
p { color: rgb(78,9,112); }
H1.HeaderClassName
{
color: #4E0970;
}
.AnyTagClassName
{
color: #4E0970;
}
</style>
background-color css
<style>
a { background-color: #4E0970; }
a { background-color: rgb(78,9,112); }
div.DivClassName
{
background-color: #4E0970;
}
.BgClassName
{
background-color: #4E0970;
}
</style>
border-color css
<style>
span { border-color: #4E0970; }
span { border-color: rgb(78,9,112); }
td.TdClassName
{
border-color: #4E0970;
}
.TagClassName
{
border-color: #4E0970;
}
</style>