Shades of Indigo #490CA2
Tints of Indigo #490CA2
RGB
CMYK
RGB Variations
Color information
#490CA2 (or 0x490CA2) is known color: Indigo. HEX triplet: 49, 0C and A2. RGB value is (73,12,162). Sum of RGB (Red+Green+Blue) = 73+12+162=247 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.55% from 247); Green value is 12 (5.08% from 255 or 4.86% from 247); Blue value is 162 (63.67% from 255 or 65.59% from 247); Max value from RGB is 162 - color contains mainly: blue. Hex color #490CA2 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #490CA2 is #B6F35D. Grayscale: #2E2E2E. Windows color (decimal): -11989854 or 10619977. OLE color: 10619977.
HSL color Cylindrical-coordinate representation of color #490CA2: hue angle of 264.4º degrees, saturation: 0.86, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #490CA2 is Cyan = 0.55, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 73 | 12 | 162 | - |
| CMYK | 0.55 | 0.93 | 0 | 0.36 |
| HSL | 264.4º | 0.86% | 0.34% | - |
| HSV(B) | 264.4º | 0.93% | 0.64% | - |
| XYZ | 9.4 | 4.29 | 34.51 | - |
| YUV | 47.34 | 192.71 | 146.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 12 | 162 | 0.55 | 0.93 | 0 | 0.36 | 264.4 | 0.86 | 0.34 |
| Hex | 49 | C | A2 | 37 | 5D | 0 | 24 | 108 | 56 | 22 |
| Octal | 111 | 14 | 242 | 67 | 135 | 0 | 44 | 410 | 126 | 42 |
| Binary | 1001001 | 1100 | 10100010 | 110111 | 1011101 | 0 | 100100 | 100001000 | 1010110 | 100010 |
Color Harmonies of #490CA2
Complementary color
Monochromatic Colors of #490CA2
Black with #490CA2
Text Example
Text Example
White with #490CA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490CA2; }
p { color: rgb(73,12,162); }
H1.HeaderClassName
{
color: #490CA2;
}
.AnyTagClassName
{
color: #490CA2;
}
</style>
background-color css
<style>
a { background-color: #490CA2; }
a { background-color: rgb(73,12,162); }
div.DivClassName
{
background-color: #490CA2;
}
.BgClassName
{
background-color: #490CA2;
}
</style>
border-color css
<style>
span { border-color: #490CA2; }
span { border-color: rgb(73,12,162); }
td.TdClassName
{
border-color: #490CA2;
}
.TagClassName
{
border-color: #490CA2;
}
</style>