Shades of Indigo #491899
Tints of Indigo #491899
RGB
CMYK
RGB Variations
Color information
#491899 (or 0x491899) is known color: Indigo. HEX triplet: 49, 18 and 99. RGB value is (73,24,153). Sum of RGB (Red+Green+Blue) = 73+24+153=250 (33% of max value = 765). Red value is 73 (28.91% from 255 or 29.2% from 250); Green value is 24 (9.77% from 255 or 9.6% from 250); Blue value is 153 (60.16% from 255 or 61.2% from 250); Max value from RGB is 153 - color contains mainly: blue. Hex color #491899 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #491899 is #B6E766. Grayscale: #343434. Windows color (decimal): -11986791 or 10033225. OLE color: 10033225.
HSL color Cylindrical-coordinate representation of color #491899: hue angle of 262.79º degrees, saturation: 0.73, 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 #491899 is Cyan = 0.52, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 73 | 24 | 153 | - |
| CMYK | 0.52 | 0.84 | 0 | 0.4 |
| HSL | 262.79º | 0.73% | 0.35% | - |
| HSV(B) | 262.79º | 0.84% | 0.6% | - |
| XYZ | 8.82 | 4.37 | 30.52 | - |
| YUV | 53.36 | 184.23 | 142.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 24 | 153 | 0.52 | 0.84 | 0 | 0.4 | 262.79 | 0.73 | 0.35 |
| Hex | 49 | 18 | 99 | 34 | 54 | 0 | 28 | 107 | 49 | 23 |
| Octal | 111 | 30 | 231 | 64 | 124 | 0 | 50 | 407 | 111 | 43 |
| Binary | 1001001 | 11000 | 10011001 | 110100 | 1010100 | 0 | 101000 | 100000111 | 1001001 | 100011 |
Color Harmonies of #491899
Complementary color
Monochromatic Colors of #491899
Black with #491899
Text Example
Text Example
White with #491899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491899; }
p { color: rgb(73,24,153); }
H1.HeaderClassName
{
color: #491899;
}
.AnyTagClassName
{
color: #491899;
}
</style>
background-color css
<style>
a { background-color: #491899; }
a { background-color: rgb(73,24,153); }
div.DivClassName
{
background-color: #491899;
}
.BgClassName
{
background-color: #491899;
}
</style>
border-color css
<style>
span { border-color: #491899; }
span { border-color: rgb(73,24,153); }
td.TdClassName
{
border-color: #491899;
}
.TagClassName
{
border-color: #491899;
}
</style>