Shades of Indigo #4E0162
Tints of Indigo #4E0162
RGB
CMYK
RGB Variations
Color information
#4E0162 (or 0x4E0162) is known color: Indigo. HEX triplet: 4E, 01 and 62. RGB value is (78,1,98). Sum of RGB (Red+Green+Blue) = 78+1+98=177 (23% of max value = 765). Red value is 78 (30.86% from 255 or 44.07% from 177); Green value is 1 (0.78% from 255 or 0.56% from 177); Blue value is 98 (38.67% from 255 or 55.37% from 177); Max value from RGB is 98 - color contains mainly: blue. Hex color #4E0162 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4E0162 is #B1FE9D. Grayscale: #222222. Windows color (decimal): -11665054 or 6422862. OLE color: 6422862.
HSL color Cylindrical-coordinate representation of color #4E0162: hue angle of 287.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 #4E0162 is Cyan = 0.20, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 78 | 1 | 98 | - |
| CMYK | 0.20 | 0.99 | 0 | 0.62 |
| HSL | 287.63º | 0.98% | 0.19% | - |
| HSV(B) | 287.63º | 0.99% | 0.38% | - |
| XYZ | 5.36 | 2.52 | 11.76 | - |
| YUV | 35.08 | 163.51 | 158.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 1 | 98 | 0.20 | 0.99 | 0 | 0.62 | 287.63 | 0.98 | 0.19 |
| Hex | 4E | 1 | 62 | 14 | 63 | 0 | 3E | 120 | 62 | 13 |
| Octal | 116 | 1 | 142 | 24 | 143 | 0 | 76 | 440 | 142 | 23 |
| Binary | 1001110 | 1 | 1100010 | 10100 | 1100011 | 0 | 111110 | 100100000 | 1100010 | 10011 |
Color Harmonies of #4E0162
Complementary color
Monochromatic Colors of #4E0162
Black with #4E0162
Text Example
Text Example
White with #4E0162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E0162; }
p { color: rgb(78,1,98); }
H1.HeaderClassName
{
color: #4E0162;
}
.AnyTagClassName
{
color: #4E0162;
}
</style>
background-color css
<style>
a { background-color: #4E0162; }
a { background-color: rgb(78,1,98); }
div.DivClassName
{
background-color: #4E0162;
}
.BgClassName
{
background-color: #4E0162;
}
</style>
border-color css
<style>
span { border-color: #4E0162; }
span { border-color: rgb(78,1,98); }
td.TdClassName
{
border-color: #4E0162;
}
.TagClassName
{
border-color: #4E0162;
}
</style>