Shades of Indigo #4E0691
Tints of Indigo #4E0691
RGB
CMYK
RGB Variations
Color information
#4E0691 (or 0x4E0691) is known color: Indigo. HEX triplet: 4E, 06 and 91. RGB value is (78,6,145). Sum of RGB (Red+Green+Blue) = 78+6+145=229 (30% of max value = 765). Red value is 78 (30.86% from 255 or 34.06% from 229); Green value is 6 (2.73% from 255 or 2.62% from 229); Blue value is 145 (57.03% from 255 or 63.32% from 229); Max value from RGB is 145 - color contains mainly: blue. Hex color #4E0691 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4E0691 is #B1F96E. Grayscale: #2A2A2A. Windows color (decimal): -11663727 or 9504334. OLE color: 9504334.
HSL color Cylindrical-coordinate representation of color #4E0691: hue angle of 271.08º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4E0691 is Cyan = 0.46, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 78 | 6 | 145 | - |
| CMYK | 0.46 | 0.96 | 0 | 0.43 |
| HSL | 271.08º | 0.92% | 0.3% | - |
| HSV(B) | 271.08º | 0.96% | 0.57% | - |
| XYZ | 8.32 | 3.79 | 27.08 | - |
| YUV | 43.37 | 185.35 | 152.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 6 | 145 | 0.46 | 0.96 | 0 | 0.43 | 271.08 | 0.92 | 0.3 |
| Hex | 4E | 6 | 91 | 2E | 60 | 0 | 2B | 10F | 5C | 1E |
| Octal | 116 | 6 | 221 | 56 | 140 | 0 | 53 | 417 | 134 | 36 |
| Binary | 1001110 | 110 | 10010001 | 101110 | 1100000 | 0 | 101011 | 100001111 | 1011100 | 11110 |
Color Harmonies of #4E0691
Complementary color
Monochromatic Colors of #4E0691
Black with #4E0691
Text Example
Text Example
White with #4E0691
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E0691; }
p { color: rgb(78,6,145); }
H1.HeaderClassName
{
color: #4E0691;
}
.AnyTagClassName
{
color: #4E0691;
}
</style>
background-color css
<style>
a { background-color: #4E0691; }
a { background-color: rgb(78,6,145); }
div.DivClassName
{
background-color: #4E0691;
}
.BgClassName
{
background-color: #4E0691;
}
</style>
border-color css
<style>
span { border-color: #4E0691; }
span { border-color: rgb(78,6,145); }
td.TdClassName
{
border-color: #4E0691;
}
.TagClassName
{
border-color: #4E0691;
}
</style>