Shades of Indigo #4E0878
Tints of Indigo #4E0878
RGB
CMYK
RGB Variations
Color information
#4E0878 (or 0x4E0878) is known color: Indigo. HEX triplet: 4E, 08 and 78. RGB value is (78,8,120). Sum of RGB (Red+Green+Blue) = 78+8+120=206 (27% of max value = 765). Red value is 78 (30.86% from 255 or 37.86% from 206); Green value is 8 (3.52% from 255 or 3.88% from 206); Blue value is 120 (47.27% from 255 or 58.25% from 206); Max value from RGB is 120 - color contains mainly: blue. Hex color #4E0878 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4E0878 is #B1F787. Grayscale: #292929. Windows color (decimal): -11663240 or 7866446. OLE color: 7866446.
HSL color Cylindrical-coordinate representation of color #4E0878: hue angle of 277.5º degrees, saturation: 0.88, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4E0878 is Cyan = 0.35, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 78 | 8 | 120 | - |
| CMYK | 0.35 | 0.93 | 0 | 0.53 |
| HSL | 277.5º | 0.88% | 0.25% | - |
| HSV(B) | 277.5º | 0.93% | 0.47% | - |
| XYZ | 6.62 | 3.15 | 18.03 | - |
| YUV | 41.7 | 172.19 | 153.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 8 | 120 | 0.35 | 0.93 | 0 | 0.53 | 277.5 | 0.88 | 0.25 |
| Hex | 4E | 8 | 78 | 23 | 5D | 0 | 35 | 116 | 58 | 19 |
| Octal | 116 | 10 | 170 | 43 | 135 | 0 | 65 | 426 | 130 | 31 |
| Binary | 1001110 | 1000 | 1111000 | 100011 | 1011101 | 0 | 110101 | 100010110 | 1011000 | 11001 |
Color Harmonies of #4E0878
Complementary color
Monochromatic Colors of #4E0878
Black with #4E0878
Text Example
Text Example
White with #4E0878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E0878; }
p { color: rgb(78,8,120); }
H1.HeaderClassName
{
color: #4E0878;
}
.AnyTagClassName
{
color: #4E0878;
}
</style>
background-color css
<style>
a { background-color: #4E0878; }
a { background-color: rgb(78,8,120); }
div.DivClassName
{
background-color: #4E0878;
}
.BgClassName
{
background-color: #4E0878;
}
</style>
border-color css
<style>
span { border-color: #4E0878; }
span { border-color: rgb(78,8,120); }
td.TdClassName
{
border-color: #4E0878;
}
.TagClassName
{
border-color: #4E0878;
}
</style>