Shades of Indigo #4E0E7F
Tints of Indigo #4E0E7F
RGB
CMYK
RGB Variations
Color information
#4E0E7F (or 0x4E0E7F) is known color: Indigo. HEX triplet: 4E, 0E and 7F. RGB value is (78,14,127). Sum of RGB (Red+Green+Blue) = 78+14+127=219 (29% of max value = 765). Red value is 78 (30.86% from 255 or 35.62% from 219); Green value is 14 (5.86% from 255 or 6.39% from 219); Blue value is 127 (50% from 255 or 57.99% from 219); Max value from RGB is 127 - color contains mainly: blue. Hex color #4E0E7F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4E0E7F is #B1F180. Grayscale: #2D2D2D. Windows color (decimal): -11661697 or 8326734. OLE color: 8326734.
HSL color Cylindrical-coordinate representation of color #4E0E7F: hue angle of 273.98º degrees, saturation: 0.8, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4E0E7F is Cyan = 0.39, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 78 | 14 | 127 | - |
| CMYK | 0.39 | 0.89 | 0 | 0.50 |
| HSL | 273.98º | 0.8% | 0.28% | - |
| HSV(B) | 273.98º | 0.89% | 0.5% | - |
| XYZ | 7.13 | 3.47 | 20.37 | - |
| YUV | 46.02 | 173.7 | 150.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 14 | 127 | 0.39 | 0.89 | 0 | 0.50 | 273.98 | 0.8 | 0.28 |
| Hex | 4E | E | 7F | 27 | 59 | 0 | 32 | 112 | 50 | 1C |
| Octal | 116 | 16 | 177 | 47 | 131 | 0 | 62 | 422 | 120 | 34 |
| Binary | 1001110 | 1110 | 1111111 | 100111 | 1011001 | 0 | 110010 | 100010010 | 1010000 | 11100 |
Color Harmonies of #4E0E7F
Complementary color
Monochromatic Colors of #4E0E7F
Black with #4E0E7F
Text Example
Text Example
White with #4E0E7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E0E7F; }
p { color: rgb(78,14,127); }
H1.HeaderClassName
{
color: #4E0E7F;
}
.AnyTagClassName
{
color: #4E0E7F;
}
</style>
background-color css
<style>
a { background-color: #4E0E7F; }
a { background-color: rgb(78,14,127); }
div.DivClassName
{
background-color: #4E0E7F;
}
.BgClassName
{
background-color: #4E0E7F;
}
</style>
border-color css
<style>
span { border-color: #4E0E7F; }
span { border-color: rgb(78,14,127); }
td.TdClassName
{
border-color: #4E0E7F;
}
.TagClassName
{
border-color: #4E0E7F;
}
</style>