Shades of Indigo #4E0160
Tints of Indigo #4E0160
RGB
CMYK
RGB Variations
Color information
#4E0160 (or 0x4E0160) is known color: Indigo. HEX triplet: 4E, 01 and 60. RGB value is (78,1,96). Sum of RGB (Red+Green+Blue) = 78+1+96=175 (23% of max value = 765). Red value is 78 (30.86% from 255 or 44.57% from 175); Green value is 1 (0.78% from 255 or 0.57% from 175); Blue value is 96 (37.89% from 255 or 54.86% from 175); Max value from RGB is 96 - color contains mainly: blue. Hex color #4E0160 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4E0160 is #B1FE9F. Grayscale: #222222. Windows color (decimal): -11665056 or 6291790. OLE color: 6291790.
HSL color Cylindrical-coordinate representation of color #4E0160: hue angle of 288.63º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4E0160 is Cyan = 0.19, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 78 | 1 | 96 | - |
| CMYK | 0.19 | 0.99 | 0 | 0.62 |
| HSL | 288.63º | 0.98% | 0.19% | - |
| HSV(B) | 288.63º | 0.99% | 0.38% | - |
| XYZ | 5.26 | 2.49 | 11.27 | - |
| YUV | 34.85 | 162.51 | 158.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 1 | 96 | 0.19 | 0.99 | 0 | 0.62 | 288.63 | 0.98 | 0.19 |
| Hex | 4E | 1 | 60 | 13 | 63 | 0 | 3E | 121 | 62 | 13 |
| Octal | 116 | 1 | 140 | 23 | 143 | 0 | 76 | 441 | 142 | 23 |
| Binary | 1001110 | 1 | 1100000 | 10011 | 1100011 | 0 | 111110 | 100100001 | 1100010 | 10011 |
Color Harmonies of #4E0160
Complementary color
Monochromatic Colors of #4E0160
Black with #4E0160
Text Example
Text Example
White with #4E0160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E0160; }
p { color: rgb(78,1,96); }
H1.HeaderClassName
{
color: #4E0160;
}
.AnyTagClassName
{
color: #4E0160;
}
</style>
background-color css
<style>
a { background-color: #4E0160; }
a { background-color: rgb(78,1,96); }
div.DivClassName
{
background-color: #4E0160;
}
.BgClassName
{
background-color: #4E0160;
}
</style>
border-color css
<style>
span { border-color: #4E0160; }
span { border-color: rgb(78,1,96); }
td.TdClassName
{
border-color: #4E0160;
}
.TagClassName
{
border-color: #4E0160;
}
</style>