Shades of Indigo #4A0EA9
Tints of Indigo #4A0EA9
RGB
CMYK
RGB Variations
Color information
#4A0EA9 (or 0x4A0EA9) is known color: Indigo. HEX triplet: 4A, 0E and A9. RGB value is (74,14,169). Sum of RGB (Red+Green+Blue) = 74+14+169=257 (34% of max value = 765). Red value is 74 (29.30% from 255 or 28.79% from 257); Green value is 14 (5.86% from 255 or 5.45% from 257); Blue value is 169 (66.41% from 255 or 65.76% from 257); Max value from RGB is 169 - color contains mainly: blue. Hex color #4A0EA9 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4A0EA9 is #B5F156. Grayscale: #313131. Windows color (decimal): -11923799 or 11079242. OLE color: 11079242.
HSL color Cylindrical-coordinate representation of color #4A0EA9: hue angle of 263.23º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4A0EA9 is Cyan = 0.56, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 74 | 14 | 169 | - |
| CMYK | 0.56 | 0.92 | 0 | 0.34 |
| HSL | 263.23º | 0.85% | 0.36% | - |
| HSV(B) | 263.23º | 0.92% | 0.66% | - |
| XYZ | 10.14 | 4.63 | 37.9 | - |
| YUV | 49.61 | 195.38 | 145.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 14 | 169 | 0.56 | 0.92 | 0 | 0.34 | 263.23 | 0.85 | 0.36 |
| Hex | 4A | E | A9 | 38 | 5C | 0 | 22 | 107 | 55 | 24 |
| Octal | 112 | 16 | 251 | 70 | 134 | 0 | 42 | 407 | 125 | 44 |
| Binary | 1001010 | 1110 | 10101001 | 111000 | 1011100 | 0 | 100010 | 100000111 | 1010101 | 100100 |
Color Harmonies of #4A0EA9
Complementary color
Monochromatic Colors of #4A0EA9
Black with #4A0EA9
Text Example
Text Example
White with #4A0EA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A0EA9; }
p { color: rgb(74,14,169); }
H1.HeaderClassName
{
color: #4A0EA9;
}
.AnyTagClassName
{
color: #4A0EA9;
}
</style>
background-color css
<style>
a { background-color: #4A0EA9; }
a { background-color: rgb(74,14,169); }
div.DivClassName
{
background-color: #4A0EA9;
}
.BgClassName
{
background-color: #4A0EA9;
}
</style>
border-color css
<style>
span { border-color: #4A0EA9; }
span { border-color: rgb(74,14,169); }
td.TdClassName
{
border-color: #4A0EA9;
}
.TagClassName
{
border-color: #4A0EA9;
}
</style>