Shades of Indigo #490AAC
Tints of Indigo #490AAC
RGB
CMYK
RGB Variations
Color information
#490AAC (or 0x490AAC) is known color: Indigo. HEX triplet: 49, 0A and AC. RGB value is (73,10,172). Sum of RGB (Red+Green+Blue) = 73+10+172=255 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.63% from 255); Green value is 10 (4.30% from 255 or 3.92% from 255); Blue value is 172 (67.58% from 255 or 67.45% from 255); Max value from RGB is 172 - color contains mainly: blue. Hex color #490AAC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #490AAC is #B6F553. Grayscale: #2E2E2E. Windows color (decimal): -11990356 or 11274825. OLE color: 11274825.
HSL color Cylindrical-coordinate representation of color #490AAC: hue angle of 263.33º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #490AAC is Cyan = 0.58, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 73 | 10 | 172 | - |
| CMYK | 0.58 | 0.94 | 0 | 0.33 |
| HSL | 263.33º | 0.89% | 0.36% | - |
| HSV(B) | 263.33º | 0.94% | 0.67% | - |
| XYZ | 10.3 | 4.61 | 39.38 | - |
| YUV | 47.31 | 198.37 | 146.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 10 | 172 | 0.58 | 0.94 | 0 | 0.33 | 263.33 | 0.89 | 0.36 |
| Hex | 49 | A | AC | 3A | 5E | 0 | 21 | 107 | 59 | 24 |
| Octal | 111 | 12 | 254 | 72 | 136 | 0 | 41 | 407 | 131 | 44 |
| Binary | 1001001 | 1010 | 10101100 | 111010 | 1011110 | 0 | 100001 | 100000111 | 1011001 | 100100 |
Color Harmonies of #490AAC
Complementary color
Monochromatic Colors of #490AAC
Black with #490AAC
Text Example
Text Example
White with #490AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490AAC; }
p { color: rgb(73,10,172); }
H1.HeaderClassName
{
color: #490AAC;
}
.AnyTagClassName
{
color: #490AAC;
}
</style>
background-color css
<style>
a { background-color: #490AAC; }
a { background-color: rgb(73,10,172); }
div.DivClassName
{
background-color: #490AAC;
}
.BgClassName
{
background-color: #490AAC;
}
</style>
border-color css
<style>
span { border-color: #490AAC; }
span { border-color: rgb(73,10,172); }
td.TdClassName
{
border-color: #490AAC;
}
.TagClassName
{
border-color: #490AAC;
}
</style>