Shades of Indigo #490EAB
Tints of Indigo #490EAB
RGB
CMYK
RGB Variations
Color information
#490EAB (or 0x490EAB) is known color: Indigo. HEX triplet: 49, 0E and AB. RGB value is (73,14,171). Sum of RGB (Red+Green+Blue) = 73+14+171=258 (34% of max value = 765). Red value is 73 (28.91% from 255 or 28.29% from 258); Green value is 14 (5.86% from 255 or 5.43% from 258); Blue value is 171 (67.19% from 255 or 66.28% from 258); Max value from RGB is 171 - color contains mainly: blue. Hex color #490EAB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #490EAB is #B6F154. Grayscale: #303030. Windows color (decimal): -11989333 or 11210313. OLE color: 11210313.
HSL color Cylindrical-coordinate representation of color #490EAB: hue angle of 262.55º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #490EAB is Cyan = 0.57, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 73 | 14 | 171 | - |
| CMYK | 0.57 | 0.92 | 0 | 0.33 |
| HSL | 262.55º | 0.85% | 0.36% | - |
| HSV(B) | 262.55º | 0.92% | 0.67% | - |
| XYZ | 10.26 | 4.67 | 38.89 | - |
| YUV | 49.54 | 196.55 | 144.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 14 | 171 | 0.57 | 0.92 | 0 | 0.33 | 262.55 | 0.85 | 0.36 |
| Hex | 49 | E | AB | 39 | 5C | 0 | 21 | 107 | 55 | 24 |
| Octal | 111 | 16 | 253 | 71 | 134 | 0 | 41 | 407 | 125 | 44 |
| Binary | 1001001 | 1110 | 10101011 | 111001 | 1011100 | 0 | 100001 | 100000111 | 1010101 | 100100 |
Color Harmonies of #490EAB
Complementary color
Monochromatic Colors of #490EAB
Black with #490EAB
Text Example
Text Example
White with #490EAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490EAB; }
p { color: rgb(73,14,171); }
H1.HeaderClassName
{
color: #490EAB;
}
.AnyTagClassName
{
color: #490EAB;
}
</style>
background-color css
<style>
a { background-color: #490EAB; }
a { background-color: rgb(73,14,171); }
div.DivClassName
{
background-color: #490EAB;
}
.BgClassName
{
background-color: #490EAB;
}
</style>
border-color css
<style>
span { border-color: #490EAB; }
span { border-color: rgb(73,14,171); }
td.TdClassName
{
border-color: #490EAB;
}
.TagClassName
{
border-color: #490EAB;
}
</style>