Shades of Indigo #4E0E8D
Tints of Indigo #4E0E8D
RGB
CMYK
RGB Variations
Color information
#4E0E8D (or 0x4E0E8D) is known color: Indigo. HEX triplet: 4E, 0E and 8D. RGB value is (78,14,141). Sum of RGB (Red+Green+Blue) = 78+14+141=233 (30% of max value = 765). Red value is 78 (30.86% from 255 or 33.48% from 233); Green value is 14 (5.86% from 255 or 6.01% from 233); Blue value is 141 (55.47% from 255 or 60.52% from 233); Max value from RGB is 141 - color contains mainly: blue. Hex color #4E0E8D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4E0E8D is #B1F172. Grayscale: #2F2F2F. Windows color (decimal): -11661683 or 9244238. OLE color: 9244238.
HSL color Cylindrical-coordinate representation of color #4E0E8D: hue angle of 270.24º degrees, saturation: 0.82, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4E0E8D is Cyan = 0.45, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 78 | 14 | 141 | - |
| CMYK | 0.45 | 0.90 | 0 | 0.45 |
| HSL | 270.24º | 0.82% | 0.3% | - |
| HSV(B) | 270.24º | 0.9% | 0.55% | - |
| XYZ | 8.11 | 3.86 | 25.52 | - |
| YUV | 47.61 | 180.7 | 149.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 14 | 141 | 0.45 | 0.90 | 0 | 0.45 | 270.24 | 0.82 | 0.3 |
| Hex | 4E | E | 8D | 2D | 5A | 0 | 2D | 10E | 52 | 1E |
| Octal | 116 | 16 | 215 | 55 | 132 | 0 | 55 | 416 | 122 | 36 |
| Binary | 1001110 | 1110 | 10001101 | 101101 | 1011010 | 0 | 101101 | 100001110 | 1010010 | 11110 |
Color Harmonies of #4E0E8D
Complementary color
Monochromatic Colors of #4E0E8D
Black with #4E0E8D
Text Example
Text Example
White with #4E0E8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E0E8D; }
p { color: rgb(78,14,141); }
H1.HeaderClassName
{
color: #4E0E8D;
}
.AnyTagClassName
{
color: #4E0E8D;
}
</style>
background-color css
<style>
a { background-color: #4E0E8D; }
a { background-color: rgb(78,14,141); }
div.DivClassName
{
background-color: #4E0E8D;
}
.BgClassName
{
background-color: #4E0E8D;
}
</style>
border-color css
<style>
span { border-color: #4E0E8D; }
span { border-color: rgb(78,14,141); }
td.TdClassName
{
border-color: #4E0E8D;
}
.TagClassName
{
border-color: #4E0E8D;
}
</style>