Shades of Indigo #4E0866
Tints of Indigo #4E0866
RGB
CMYK
RGB Variations
Color information
#4E0866 (or 0x4E0866) is known color: Indigo. HEX triplet: 4E, 08 and 66. RGB value is (78,8,102). Sum of RGB (Red+Green+Blue) = 78+8+102=188 (24% of max value = 765). Red value is 78 (30.86% from 255 or 41.49% from 188); Green value is 8 (3.52% from 255 or 4.26% from 188); Blue value is 102 (40.23% from 255 or 54.26% from 188); Max value from RGB is 102 - color contains mainly: blue. Hex color #4E0866 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4E0866 is #B1F799. Grayscale: #272727. Windows color (decimal): -11663258 or 6686798. OLE color: 6686798.
HSL color Cylindrical-coordinate representation of color #4E0866: hue angle of 284.68º degrees, saturation: 0.85, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4E0866 is Cyan = 0.24, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 78 | 8 | 102 | - |
| CMYK | 0.24 | 0.92 | 0 | 0.6 |
| HSL | 284.68º | 0.85% | 0.22% | - |
| HSV(B) | 284.68º | 0.92% | 0.4% | - |
| XYZ | 5.63 | 2.75 | 12.81 | - |
| YUV | 39.65 | 163.19 | 155.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 8 | 102 | 0.24 | 0.92 | 0 | 0.6 | 284.68 | 0.85 | 0.22 |
| Hex | 4E | 8 | 66 | 18 | 5C | 0 | 3C | 11D | 55 | 16 |
| Octal | 116 | 10 | 146 | 30 | 134 | 0 | 74 | 435 | 125 | 26 |
| Binary | 1001110 | 1000 | 1100110 | 11000 | 1011100 | 0 | 111100 | 100011101 | 1010101 | 10110 |
Color Harmonies of #4E0866
Complementary color
Monochromatic Colors of #4E0866
Black with #4E0866
Text Example
Text Example
White with #4E0866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E0866; }
p { color: rgb(78,8,102); }
H1.HeaderClassName
{
color: #4E0866;
}
.AnyTagClassName
{
color: #4E0866;
}
</style>
background-color css
<style>
a { background-color: #4E0866; }
a { background-color: rgb(78,8,102); }
div.DivClassName
{
background-color: #4E0866;
}
.BgClassName
{
background-color: #4E0866;
}
</style>
border-color css
<style>
span { border-color: #4E0866; }
span { border-color: rgb(78,8,102); }
td.TdClassName
{
border-color: #4E0866;
}
.TagClassName
{
border-color: #4E0866;
}
</style>