Shades of Indigo #491999
Tints of Indigo #491999
RGB
CMYK
RGB Variations
Color information
#491999 (or 0x491999) is known color: Indigo. HEX triplet: 49, 19 and 99. RGB value is (73,25,153). Sum of RGB (Red+Green+Blue) = 73+25+153=251 (33% of max value = 765). Red value is 73 (28.91% from 255 or 29.08% from 251); Green value is 25 (10.16% from 255 or 9.96% from 251); Blue value is 153 (60.16% from 255 or 60.96% from 251); Max value from RGB is 153 - color contains mainly: blue. Hex color #491999 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #491999 is #B6E666. Grayscale: #353535. Windows color (decimal): -11986535 or 10033481. OLE color: 10033481.
HSL color Cylindrical-coordinate representation of color #491999: hue angle of 262.5º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #491999 is Cyan = 0.52, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 73 | 25 | 153 | - |
| CMYK | 0.52 | 0.84 | 0 | 0.4 |
| HSL | 262.5º | 0.72% | 0.35% | - |
| HSV(B) | 262.5º | 0.84% | 0.6% | - |
| XYZ | 8.85 | 4.41 | 30.52 | - |
| YUV | 53.94 | 183.9 | 141.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 25 | 153 | 0.52 | 0.84 | 0 | 0.4 | 262.5 | 0.72 | 0.35 |
| Hex | 49 | 19 | 99 | 34 | 54 | 0 | 28 | 106 | 48 | 23 |
| Octal | 111 | 31 | 231 | 64 | 124 | 0 | 50 | 406 | 110 | 43 |
| Binary | 1001001 | 11001 | 10011001 | 110100 | 1010100 | 0 | 101000 | 100000110 | 1001000 | 100011 |
Color Harmonies of #491999
Complementary color
Monochromatic Colors of #491999
Black with #491999
Text Example
Text Example
White with #491999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491999; }
p { color: rgb(73,25,153); }
H1.HeaderClassName
{
color: #491999;
}
.AnyTagClassName
{
color: #491999;
}
</style>
background-color css
<style>
a { background-color: #491999; }
a { background-color: rgb(73,25,153); }
div.DivClassName
{
background-color: #491999;
}
.BgClassName
{
background-color: #491999;
}
</style>
border-color css
<style>
span { border-color: #491999; }
span { border-color: rgb(73,25,153); }
td.TdClassName
{
border-color: #491999;
}
.TagClassName
{
border-color: #491999;
}
</style>