Shades of Indigo #4E0070
Tints of Indigo #4E0070
RGB
CMYK
RGB Variations
Color information
#4E0070 (or 0x4E0070) is known color: Indigo. HEX triplet: 4E, 00 and 70. RGB value is (78,0,112). Sum of RGB (Red+Green+Blue) = 78+0+112=190 (25% of max value = 765). Red value is 78 (30.86% from 255 or 41.05% from 190); Green value is 0 (0.39% from 255 or 0% from 190); Blue value is 112 (44.14% from 255 or 58.95% from 190); Max value from RGB is 112 - color contains mainly: blue. Hex color #4E0070 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4E0070 is #B1FF8F. Grayscale: #232323. Windows color (decimal): -11665296 or 7340110. OLE color: 7340110.
HSL color Cylindrical-coordinate representation of color #4E0070: hue angle of 281.79º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4E0070 is Cyan = 0.30, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 78 | 0 | 112 | - |
| CMYK | 0.30 | 1 | 0 | 0.56 |
| HSL | 281.79º | 1% | 0.22% | - |
| HSV(B) | 281.79º | 1% | 0.44% | - |
| XYZ | 6.07 | 2.79 | 15.55 | - |
| YUV | 36.09 | 170.84 | 157.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 0 | 112 | 0.30 | 1 | 0 | 0.56 | 281.79 | 1 | 0.22 |
| Hex | 4E | 0 | 70 | 1E | 64 | 0 | 38 | 11A | 64 | 16 |
| Octal | 116 | 0 | 160 | 36 | 144 | 0 | 70 | 432 | 144 | 26 |
| Binary | 1001110 | 0 | 1110000 | 11110 | 1100100 | 0 | 111000 | 100011010 | 1100100 | 10110 |
Color Harmonies of #4E0070
Complementary color
Monochromatic Colors of #4E0070
Black with #4E0070
Text Example
Text Example
White with #4E0070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E0070; }
p { color: rgb(78,0,112); }
H1.HeaderClassName
{
color: #4E0070;
}
.AnyTagClassName
{
color: #4E0070;
}
</style>
background-color css
<style>
a { background-color: #4E0070; }
a { background-color: rgb(78,0,112); }
div.DivClassName
{
background-color: #4E0070;
}
.BgClassName
{
background-color: #4E0070;
}
</style>
border-color css
<style>
span { border-color: #4E0070; }
span { border-color: rgb(78,0,112); }
td.TdClassName
{
border-color: #4E0070;
}
.TagClassName
{
border-color: #4E0070;
}
</style>