Shades of Indigo #4E0869
Tints of Indigo #4E0869
RGB
CMYK
RGB Variations
Color information
#4E0869 (or 0x4E0869) is known color: Indigo. HEX triplet: 4E, 08 and 69. RGB value is (78,8,105). Sum of RGB (Red+Green+Blue) = 78+8+105=191 (25% of max value = 765). Red value is 78 (30.86% from 255 or 40.84% from 191); Green value is 8 (3.52% from 255 or 4.19% from 191); Blue value is 105 (41.41% from 255 or 54.97% from 191); Max value from RGB is 105 - color contains mainly: blue. Hex color #4E0869 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4E0869 is #B1F796. Grayscale: #272727. Windows color (decimal): -11663255 or 6883406. OLE color: 6883406.
HSL color Cylindrical-coordinate representation of color #4E0869: hue angle of 283.3º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4E0869 is Cyan = 0.26, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 78 | 8 | 105 | - |
| CMYK | 0.26 | 0.92 | 0 | 0.59 |
| HSL | 283.3º | 0.86% | 0.22% | - |
| HSV(B) | 283.3º | 0.92% | 0.41% | - |
| XYZ | 5.78 | 2.81 | 13.6 | - |
| YUV | 39.99 | 164.69 | 155.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 8 | 105 | 0.26 | 0.92 | 0 | 0.59 | 283.3 | 0.86 | 0.22 |
| Hex | 4E | 8 | 69 | 1A | 5C | 0 | 3B | 11B | 56 | 16 |
| Octal | 116 | 10 | 151 | 32 | 134 | 0 | 73 | 433 | 126 | 26 |
| Binary | 1001110 | 1000 | 1101001 | 11010 | 1011100 | 0 | 111011 | 100011011 | 1010110 | 10110 |
Color Harmonies of #4E0869
Complementary color
Monochromatic Colors of #4E0869
Black with #4E0869
Text Example
Text Example
White with #4E0869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E0869; }
p { color: rgb(78,8,105); }
H1.HeaderClassName
{
color: #4E0869;
}
.AnyTagClassName
{
color: #4E0869;
}
</style>
background-color css
<style>
a { background-color: #4E0869; }
a { background-color: rgb(78,8,105); }
div.DivClassName
{
background-color: #4E0869;
}
.BgClassName
{
background-color: #4E0869;
}
</style>
border-color css
<style>
span { border-color: #4E0869; }
span { border-color: rgb(78,8,105); }
td.TdClassName
{
border-color: #4E0869;
}
.TagClassName
{
border-color: #4E0869;
}
</style>