Shades of Indigo #4E0A90
Tints of Indigo #4E0A90
RGB
CMYK
RGB Variations
Color information
#4E0A90 (or 0x4E0A90) is known color: Indigo. HEX triplet: 4E, 0A and 90. RGB value is (78,10,144). Sum of RGB (Red+Green+Blue) = 78+10+144=232 (30% of max value = 765). Red value is 78 (30.86% from 255 or 33.62% from 232); Green value is 10 (4.30% from 255 or 4.31% from 232); Blue value is 144 (56.64% from 255 or 62.07% from 232); Max value from RGB is 144 - color contains mainly: blue. Hex color #4E0A90 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4E0A90 is #B1F56F. Grayscale: #2D2D2D. Windows color (decimal): -11662704 or 9439822. OLE color: 9439822.
HSL color Cylindrical-coordinate representation of color #4E0A90: hue angle of 270.45º degrees, saturation: 0.87, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4E0A90 is Cyan = 0.46, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 78 | 10 | 144 | - |
| CMYK | 0.46 | 0.93 | 0 | 0.44 |
| HSL | 270.45º | 0.87% | 0.3% | - |
| HSV(B) | 270.45º | 0.93% | 0.56% | - |
| XYZ | 8.28 | 3.85 | 26.69 | - |
| YUV | 45.61 | 183.53 | 151.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 10 | 144 | 0.46 | 0.93 | 0 | 0.44 | 270.45 | 0.87 | 0.3 |
| Hex | 4E | A | 90 | 2E | 5D | 0 | 2C | 10E | 57 | 1E |
| Octal | 116 | 12 | 220 | 56 | 135 | 0 | 54 | 416 | 127 | 36 |
| Binary | 1001110 | 1010 | 10010000 | 101110 | 1011101 | 0 | 101100 | 100001110 | 1010111 | 11110 |
Color Harmonies of #4E0A90
Complementary color
Monochromatic Colors of #4E0A90
Black with #4E0A90
Text Example
Text Example
White with #4E0A90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E0A90; }
p { color: rgb(78,10,144); }
H1.HeaderClassName
{
color: #4E0A90;
}
.AnyTagClassName
{
color: #4E0A90;
}
</style>
background-color css
<style>
a { background-color: #4E0A90; }
a { background-color: rgb(78,10,144); }
div.DivClassName
{
background-color: #4E0A90;
}
.BgClassName
{
background-color: #4E0A90;
}
</style>
border-color css
<style>
span { border-color: #4E0A90; }
span { border-color: rgb(78,10,144); }
td.TdClassName
{
border-color: #4E0A90;
}
.TagClassName
{
border-color: #4E0A90;
}
</style>