Shades of Indigo #490AAA
Tints of Indigo #490AAA
RGB
CMYK
RGB Variations
Color information
#490AAA (or 0x490AAA) is known color: Indigo. HEX triplet: 49, 0A and AA. RGB value is (73,10,170). Sum of RGB (Red+Green+Blue) = 73+10+170=253 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.85% from 253); Green value is 10 (4.30% from 255 or 3.95% from 253); Blue value is 170 (66.80% from 255 or 67.19% from 253); Max value from RGB is 170 - color contains mainly: blue. Hex color #490AAA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #490AAA is #B6F555. Grayscale: #2E2E2E. Windows color (decimal): -11990358 or 11143753. OLE color: 11143753.
HSL color Cylindrical-coordinate representation of color #490AAA: hue angle of 263.62º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #490AAA is Cyan = 0.57, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 73 | 10 | 170 | - |
| CMYK | 0.57 | 0.94 | 0 | 0.33 |
| HSL | 263.63º | 0.89% | 0.35% | - |
| HSV(B) | 263.63º | 0.94% | 0.67% | - |
| XYZ | 10.11 | 4.54 | 38.37 | - |
| YUV | 47.08 | 197.37 | 146.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 10 | 170 | 0.57 | 0.94 | 0 | 0.33 | 263.63 | 0.89 | 0.35 |
| Hex | 49 | A | AA | 39 | 5E | 0 | 21 | 108 | 59 | 23 |
| Octal | 111 | 12 | 252 | 71 | 136 | 0 | 41 | 410 | 131 | 43 |
| Binary | 1001001 | 1010 | 10101010 | 111001 | 1011110 | 0 | 100001 | 100001000 | 1011001 | 100011 |
Color Harmonies of #490AAA
Complementary color
Monochromatic Colors of #490AAA
Black with #490AAA
Text Example
Text Example
White with #490AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490AAA; }
p { color: rgb(73,10,170); }
H1.HeaderClassName
{
color: #490AAA;
}
.AnyTagClassName
{
color: #490AAA;
}
</style>
background-color css
<style>
a { background-color: #490AAA; }
a { background-color: rgb(73,10,170); }
div.DivClassName
{
background-color: #490AAA;
}
.BgClassName
{
background-color: #490AAA;
}
</style>
border-color css
<style>
span { border-color: #490AAA; }
span { border-color: rgb(73,10,170); }
td.TdClassName
{
border-color: #490AAA;
}
.TagClassName
{
border-color: #490AAA;
}
</style>