Shades of Indigo #490BAC
Tints of Indigo #490BAC
RGB
CMYK
RGB Variations
Color information
#490BAC (or 0x490BAC) is known color: Indigo. HEX triplet: 49, 0B and AC. RGB value is (73,11,172). Sum of RGB (Red+Green+Blue) = 73+11+172=256 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.52% from 256); Green value is 11 (4.69% from 255 or 4.30% from 256); Blue value is 172 (67.58% from 255 or 67.19% from 256); Max value from RGB is 172 - color contains mainly: blue. Hex color #490BAC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #490BAC is #B6F453. Grayscale: #2F2F2F. Windows color (decimal): -11990100 or 11275081. OLE color: 11275081.
HSL color Cylindrical-coordinate representation of color #490BAC: hue angle of 263.11º degrees, saturation: 0.88, 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 #490BAC is Cyan = 0.58, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 73 | 11 | 172 | - |
| CMYK | 0.58 | 0.94 | 0 | 0.33 |
| HSL | 263.11º | 0.88% | 0.36% | - |
| HSV(B) | 263.11º | 0.94% | 0.67% | - |
| XYZ | 10.31 | 4.63 | 39.38 | - |
| YUV | 47.89 | 198.04 | 145.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 11 | 172 | 0.58 | 0.94 | 0 | 0.33 | 263.11 | 0.88 | 0.36 |
| Hex | 49 | B | AC | 3A | 5E | 0 | 21 | 107 | 58 | 24 |
| Octal | 111 | 13 | 254 | 72 | 136 | 0 | 41 | 407 | 130 | 44 |
| Binary | 1001001 | 1011 | 10101100 | 111010 | 1011110 | 0 | 100001 | 100000111 | 1011000 | 100100 |
Color Harmonies of #490BAC
Complementary color
Monochromatic Colors of #490BAC
Black with #490BAC
Text Example
Text Example
White with #490BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490BAC; }
p { color: rgb(73,11,172); }
H1.HeaderClassName
{
color: #490BAC;
}
.AnyTagClassName
{
color: #490BAC;
}
</style>
background-color css
<style>
a { background-color: #490BAC; }
a { background-color: rgb(73,11,172); }
div.DivClassName
{
background-color: #490BAC;
}
.BgClassName
{
background-color: #490BAC;
}
</style>
border-color css
<style>
span { border-color: #490BAC; }
span { border-color: rgb(73,11,172); }
td.TdClassName
{
border-color: #490BAC;
}
.TagClassName
{
border-color: #490BAC;
}
</style>