Shades of Indigo #4E0A9E
Tints of Indigo #4E0A9E
RGB
CMYK
RGB Variations
Color information
#4E0A9E (or 0x4E0A9E) is known color: Indigo. HEX triplet: 4E, 0A and 9E. RGB value is (78,10,158). Sum of RGB (Red+Green+Blue) = 78+10+158=246 (32% of max value = 765). Red value is 78 (30.86% from 255 or 31.71% from 246); Green value is 10 (4.30% from 255 or 4.07% from 246); Blue value is 158 (62.11% from 255 or 64.23% from 246); Max value from RGB is 158 - color contains mainly: blue. Hex color #4E0A9E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4E0A9E is #B1F561. Grayscale: #2E2E2E. Windows color (decimal): -11662690 or 10357326. OLE color: 10357326.
HSL color Cylindrical-coordinate representation of color #4E0A9E: hue angle of 267.57º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4E0A9E is Cyan = 0.51, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 78 | 10 | 158 | - |
| CMYK | 0.51 | 0.94 | 0 | 0.38 |
| HSL | 267.57º | 0.88% | 0.33% | - |
| HSV(B) | 267.57º | 0.94% | 0.62% | - |
| XYZ | 9.42 | 4.31 | 32.68 | - |
| YUV | 47.2 | 190.53 | 149.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 10 | 158 | 0.51 | 0.94 | 0 | 0.38 | 267.57 | 0.88 | 0.33 |
| Hex | 4E | A | 9E | 33 | 5E | 0 | 26 | 10C | 58 | 21 |
| Octal | 116 | 12 | 236 | 63 | 136 | 0 | 46 | 414 | 130 | 41 |
| Binary | 1001110 | 1010 | 10011110 | 110011 | 1011110 | 0 | 100110 | 100001100 | 1011000 | 100001 |
Color Harmonies of #4E0A9E
Complementary color
Monochromatic Colors of #4E0A9E
Black with #4E0A9E
Text Example
Text Example
White with #4E0A9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E0A9E; }
p { color: rgb(78,10,158); }
H1.HeaderClassName
{
color: #4E0A9E;
}
.AnyTagClassName
{
color: #4E0A9E;
}
</style>
background-color css
<style>
a { background-color: #4E0A9E; }
a { background-color: rgb(78,10,158); }
div.DivClassName
{
background-color: #4E0A9E;
}
.BgClassName
{
background-color: #4E0A9E;
}
</style>
border-color css
<style>
span { border-color: #4E0A9E; }
span { border-color: rgb(78,10,158); }
td.TdClassName
{
border-color: #4E0A9E;
}
.TagClassName
{
border-color: #4E0A9E;
}
</style>