Shades of Indigo #491996
Tints of Indigo #491996
RGB
CMYK
RGB Variations
Color information
#491996 (or 0x491996) is known color: Indigo. HEX triplet: 49, 19 and 96. RGB value is (73,25,150). Sum of RGB (Red+Green+Blue) = 73+25+150=248 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.44% from 248); Green value is 25 (10.16% from 255 or 10.08% from 248); Blue value is 150 (58.98% from 255 or 60.48% from 248); Max value from RGB is 150 - color contains mainly: blue. Hex color #491996 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #491996 is #B6E669. Grayscale: #353535. Windows color (decimal): -11986538 or 9836873. OLE color: 9836873.
HSL color Cylindrical-coordinate representation of color #491996: hue angle of 263.04º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #491996 is Cyan = 0.51, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 73 | 25 | 150 | - |
| CMYK | 0.51 | 0.83 | 0 | 0.41 |
| HSL | 263.04º | 0.71% | 0.34% | - |
| HSV(B) | 263.04º | 0.83% | 0.59% | - |
| XYZ | 8.6 | 4.31 | 29.23 | - |
| YUV | 53.6 | 182.4 | 141.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 25 | 150 | 0.51 | 0.83 | 0 | 0.41 | 263.04 | 0.71 | 0.34 |
| Hex | 49 | 19 | 96 | 33 | 53 | 0 | 29 | 107 | 47 | 22 |
| Octal | 111 | 31 | 226 | 63 | 123 | 0 | 51 | 407 | 107 | 42 |
| Binary | 1001001 | 11001 | 10010110 | 110011 | 1010011 | 0 | 101001 | 100000111 | 1000111 | 100010 |
Color Harmonies of #491996
Complementary color
Monochromatic Colors of #491996
Black with #491996
Text Example
Text Example
White with #491996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491996; }
p { color: rgb(73,25,150); }
H1.HeaderClassName
{
color: #491996;
}
.AnyTagClassName
{
color: #491996;
}
</style>
background-color css
<style>
a { background-color: #491996; }
a { background-color: rgb(73,25,150); }
div.DivClassName
{
background-color: #491996;
}
.BgClassName
{
background-color: #491996;
}
</style>
border-color css
<style>
span { border-color: #491996; }
span { border-color: rgb(73,25,150); }
td.TdClassName
{
border-color: #491996;
}
.TagClassName
{
border-color: #491996;
}
</style>