Shades of Indigo #490AA4
Tints of Indigo #490AA4
RGB
CMYK
RGB Variations
Color information
#490AA4 (or 0x490AA4) is known color: Indigo. HEX triplet: 49, 0A and A4. RGB value is (73,10,164). Sum of RGB (Red+Green+Blue) = 73+10+164=247 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.55% from 247); Green value is 10 (4.30% from 255 or 4.05% from 247); Blue value is 164 (64.45% from 255 or 66.40% from 247); Max value from RGB is 164 - color contains mainly: blue. Hex color #490AA4 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #490AA4 is #B6F55B. Grayscale: #2D2D2D. Windows color (decimal): -11990364 or 10750537. OLE color: 10750537.
HSL color Cylindrical-coordinate representation of color #490AA4: hue angle of 264.55º degrees, saturation: 0.89, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #490AA4 is Cyan = 0.55, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 73 | 10 | 164 | - |
| CMYK | 0.55 | 0.94 | 0 | 0.36 |
| HSL | 264.55º | 0.89% | 0.34% | - |
| HSV(B) | 264.55º | 0.94% | 0.64% | - |
| XYZ | 9.56 | 4.31 | 35.45 | - |
| YUV | 46.39 | 194.37 | 146.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 10 | 164 | 0.55 | 0.94 | 0 | 0.36 | 264.55 | 0.89 | 0.34 |
| Hex | 49 | A | A4 | 37 | 5E | 0 | 24 | 109 | 59 | 22 |
| Octal | 111 | 12 | 244 | 67 | 136 | 0 | 44 | 411 | 131 | 42 |
| Binary | 1001001 | 1010 | 10100100 | 110111 | 1011110 | 0 | 100100 | 100001001 | 1011001 | 100010 |
Color Harmonies of #490AA4
Complementary color
Monochromatic Colors of #490AA4
Black with #490AA4
Text Example
Text Example
White with #490AA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490AA4; }
p { color: rgb(73,10,164); }
H1.HeaderClassName
{
color: #490AA4;
}
.AnyTagClassName
{
color: #490AA4;
}
</style>
background-color css
<style>
a { background-color: #490AA4; }
a { background-color: rgb(73,10,164); }
div.DivClassName
{
background-color: #490AA4;
}
.BgClassName
{
background-color: #490AA4;
}
</style>
border-color css
<style>
span { border-color: #490AA4; }
span { border-color: rgb(73,10,164); }
td.TdClassName
{
border-color: #490AA4;
}
.TagClassName
{
border-color: #490AA4;
}
</style>