Shades of Indigo #4E1070
Tints of Indigo #4E1070
RGB
CMYK
RGB Variations
Color information
#4E1070 (or 0x4E1070) is known color: Indigo. HEX triplet: 4E, 10 and 70. RGB value is (78,16,112). Sum of RGB (Red+Green+Blue) = 78+16+112=206 (27% of max value = 765). Red value is 78 (30.86% from 255 or 37.86% from 206); Green value is 16 (6.64% from 255 or 7.77% from 206); Blue value is 112 (44.14% from 255 or 54.37% from 206); Max value from RGB is 112 - color contains mainly: blue. Hex color #4E1070 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4E1070 is #B1EF8F. Grayscale: #2D2D2D. Windows color (decimal): -11661200 or 7344206. OLE color: 7344206.
HSL color Cylindrical-coordinate representation of color #4E1070: hue angle of 278.75º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4E1070 is Cyan = 0.30, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 78 | 16 | 112 | - |
| CMYK | 0.30 | 0.86 | 0 | 0.56 |
| HSL | 278.75º | 0.75% | 0.25% | - |
| HSV(B) | 278.75º | 0.86% | 0.44% | - |
| XYZ | 6.25 | 3.16 | 15.61 | - |
| YUV | 45.48 | 165.54 | 151.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 16 | 112 | 0.30 | 0.86 | 0 | 0.56 | 278.75 | 0.75 | 0.25 |
| Hex | 4E | 10 | 70 | 1E | 56 | 0 | 38 | 117 | 4B | 19 |
| Octal | 116 | 20 | 160 | 36 | 126 | 0 | 70 | 427 | 113 | 31 |
| Binary | 1001110 | 10000 | 1110000 | 11110 | 1010110 | 0 | 111000 | 100010111 | 1001011 | 11001 |
Color Harmonies of #4E1070
Complementary color
Monochromatic Colors of #4E1070
Black with #4E1070
Text Example
Text Example
White with #4E1070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E1070; }
p { color: rgb(78,16,112); }
H1.HeaderClassName
{
color: #4E1070;
}
.AnyTagClassName
{
color: #4E1070;
}
</style>
background-color css
<style>
a { background-color: #4E1070; }
a { background-color: rgb(78,16,112); }
div.DivClassName
{
background-color: #4E1070;
}
.BgClassName
{
background-color: #4E1070;
}
</style>
border-color css
<style>
span { border-color: #4E1070; }
span { border-color: rgb(78,16,112); }
td.TdClassName
{
border-color: #4E1070;
}
.TagClassName
{
border-color: #4E1070;
}
</style>