Shades of Indigo #490EAA
Tints of Indigo #490EAA
RGB
CMYK
RGB Variations
Color information
#490EAA (or 0x490EAA) is known color: Indigo. HEX triplet: 49, 0E and AA. RGB value is (73,14,170). Sum of RGB (Red+Green+Blue) = 73+14+170=257 (34% of max value = 765). Red value is 73 (28.91% from 255 or 28.40% from 257); Green value is 14 (5.86% from 255 or 5.45% from 257); Blue value is 170 (66.80% from 255 or 66.15% from 257); Max value from RGB is 170 - color contains mainly: blue. Hex color #490EAA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #490EAA is #B6F155. Grayscale: #303030. Windows color (decimal): -11989334 or 11144777. OLE color: 11144777.
HSL color Cylindrical-coordinate representation of color #490EAA: hue angle of 262.69º 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 #490EAA is Cyan = 0.57, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 73 | 14 | 170 | - |
| CMYK | 0.57 | 0.92 | 0 | 0.33 |
| HSL | 262.69º | 0.85% | 0.36% | - |
| HSV(B) | 262.69º | 0.92% | 0.67% | - |
| XYZ | 10.16 | 4.63 | 38.39 | - |
| YUV | 49.43 | 196.05 | 144.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 14 | 170 | 0.57 | 0.92 | 0 | 0.33 | 262.69 | 0.85 | 0.36 |
| Hex | 49 | E | AA | 39 | 5C | 0 | 21 | 107 | 55 | 24 |
| Octal | 111 | 16 | 252 | 71 | 134 | 0 | 41 | 407 | 125 | 44 |
| Binary | 1001001 | 1110 | 10101010 | 111001 | 1011100 | 0 | 100001 | 100000111 | 1010101 | 100100 |
Color Harmonies of #490EAA
Complementary color
Monochromatic Colors of #490EAA
Black with #490EAA
Text Example
Text Example
White with #490EAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490EAA; }
p { color: rgb(73,14,170); }
H1.HeaderClassName
{
color: #490EAA;
}
.AnyTagClassName
{
color: #490EAA;
}
</style>
background-color css
<style>
a { background-color: #490EAA; }
a { background-color: rgb(73,14,170); }
div.DivClassName
{
background-color: #490EAA;
}
.BgClassName
{
background-color: #490EAA;
}
</style>
border-color css
<style>
span { border-color: #490EAA; }
span { border-color: rgb(73,14,170); }
td.TdClassName
{
border-color: #490EAA;
}
.TagClassName
{
border-color: #490EAA;
}
</style>