Shades of Indigo #490B89
Tints of Indigo #490B89
RGB
CMYK
RGB Variations
Color information
#490B89 (or 0x490B89) is known color: Indigo. HEX triplet: 49, 0B and 89. RGB value is (73,11,137). Sum of RGB (Red+Green+Blue) = 73+11+137=221 (29% of max value = 765). Red value is 73 (28.91% from 255 or 33.03% from 221); Green value is 11 (4.69% from 255 or 4.98% from 221); Blue value is 137 (53.91% from 255 or 61.99% from 221); Max value from RGB is 137 - color contains mainly: blue. Hex color #490B89 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #490B89 is #B6F476. Grayscale: #2B2B2B. Windows color (decimal): -11990135 or 8981321. OLE color: 8981321.
HSL color Cylindrical-coordinate representation of color #490B89: hue angle of 269.52º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #490B89 is Cyan = 0.47, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 73 | 11 | 137 | - |
| CMYK | 0.47 | 0.92 | 0 | 0.46 |
| HSL | 269.52º | 0.85% | 0.29% | - |
| HSV(B) | 269.52º | 0.92% | 0.54% | - |
| XYZ | 7.38 | 3.46 | 23.95 | - |
| YUV | 43.9 | 180.54 | 148.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 11 | 137 | 0.47 | 0.92 | 0 | 0.46 | 269.52 | 0.85 | 0.29 |
| Hex | 49 | B | 89 | 2F | 5C | 0 | 2E | 10E | 55 | 1D |
| Octal | 111 | 13 | 211 | 57 | 134 | 0 | 56 | 416 | 125 | 35 |
| Binary | 1001001 | 1011 | 10001001 | 101111 | 1011100 | 0 | 101110 | 100001110 | 1010101 | 11101 |
Color Harmonies of #490B89
Complementary color
Monochromatic Colors of #490B89
Black with #490B89
Text Example
Text Example
White with #490B89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490B89; }
p { color: rgb(73,11,137); }
H1.HeaderClassName
{
color: #490B89;
}
.AnyTagClassName
{
color: #490B89;
}
</style>
background-color css
<style>
a { background-color: #490B89; }
a { background-color: rgb(73,11,137); }
div.DivClassName
{
background-color: #490B89;
}
.BgClassName
{
background-color: #490B89;
}
</style>
border-color css
<style>
span { border-color: #490B89; }
span { border-color: rgb(73,11,137); }
td.TdClassName
{
border-color: #490B89;
}
.TagClassName
{
border-color: #490B89;
}
</style>