Shades of Indigo #490DAA
Tints of Indigo #490DAA
RGB
CMYK
RGB Variations
Color information
#490DAA (or 0x490DAA) is known color: Indigo. HEX triplet: 49, 0D and AA. RGB value is (73,13,170). Sum of RGB (Red+Green+Blue) = 73+13+170=256 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.52% from 256); Green value is 13 (5.47% from 255 or 5.08% from 256); Blue value is 170 (66.80% from 255 or 66.41% from 256); Max value from RGB is 170 - color contains mainly: blue. Hex color #490DAA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #490DAA is #B6F255. Grayscale: #303030. Windows color (decimal): -11989590 or 11144521. OLE color: 11144521.
HSL color Cylindrical-coordinate representation of color #490DAA: hue angle of 262.93º degrees, saturation: 0.86, 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 #490DAA is Cyan = 0.57, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 73 | 13 | 170 | - |
| CMYK | 0.57 | 0.92 | 0 | 0.33 |
| HSL | 262.93º | 0.86% | 0.36% | - |
| HSV(B) | 262.93º | 0.92% | 0.67% | - |
| XYZ | 10.15 | 4.61 | 38.38 | - |
| YUV | 48.84 | 196.38 | 145.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 13 | 170 | 0.57 | 0.92 | 0 | 0.33 | 262.93 | 0.86 | 0.36 |
| Hex | 49 | D | AA | 39 | 5C | 0 | 21 | 107 | 56 | 24 |
| Octal | 111 | 15 | 252 | 71 | 134 | 0 | 41 | 407 | 126 | 44 |
| Binary | 1001001 | 1101 | 10101010 | 111001 | 1011100 | 0 | 100001 | 100000111 | 1010110 | 100100 |
Color Harmonies of #490DAA
Complementary color
Monochromatic Colors of #490DAA
Black with #490DAA
Text Example
Text Example
White with #490DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490DAA; }
p { color: rgb(73,13,170); }
H1.HeaderClassName
{
color: #490DAA;
}
.AnyTagClassName
{
color: #490DAA;
}
</style>
background-color css
<style>
a { background-color: #490DAA; }
a { background-color: rgb(73,13,170); }
div.DivClassName
{
background-color: #490DAA;
}
.BgClassName
{
background-color: #490DAA;
}
</style>
border-color css
<style>
span { border-color: #490DAA; }
span { border-color: rgb(73,13,170); }
td.TdClassName
{
border-color: #490DAA;
}
.TagClassName
{
border-color: #490DAA;
}
</style>