Shades of Indigo #491799
Tints of Indigo #491799
RGB
CMYK
RGB Variations
Color information
#491799 (or 0x491799) is known color: Indigo. HEX triplet: 49, 17 and 99. RGB value is (73,23,153). Sum of RGB (Red+Green+Blue) = 73+23+153=249 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.32% from 249); Green value is 23 (9.38% from 255 or 9.24% from 249); Blue value is 153 (60.16% from 255 or 61.45% from 249); Max value from RGB is 153 - color contains mainly: blue. Hex color #491799 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #491799 is #B6E866. Grayscale: #343434. Windows color (decimal): -11987047 or 10032969. OLE color: 10032969.
HSL color Cylindrical-coordinate representation of color #491799: hue angle of 263.08º degrees, saturation: 0.74, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #491799 is Cyan = 0.52, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 73 | 23 | 153 | - |
| CMYK | 0.52 | 0.85 | 0 | 0.4 |
| HSL | 263.08º | 0.74% | 0.35% | - |
| HSV(B) | 263.08º | 0.85% | 0.6% | - |
| XYZ | 8.8 | 4.33 | 30.51 | - |
| YUV | 52.77 | 184.57 | 142.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 23 | 153 | 0.52 | 0.85 | 0 | 0.4 | 263.08 | 0.74 | 0.35 |
| Hex | 49 | 17 | 99 | 34 | 55 | 0 | 28 | 107 | 4A | 23 |
| Octal | 111 | 27 | 231 | 64 | 125 | 0 | 50 | 407 | 112 | 43 |
| Binary | 1001001 | 10111 | 10011001 | 110100 | 1010101 | 0 | 101000 | 100000111 | 1001010 | 100011 |
Color Harmonies of #491799
Complementary color
Monochromatic Colors of #491799
Black with #491799
Text Example
Text Example
White with #491799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491799; }
p { color: rgb(73,23,153); }
H1.HeaderClassName
{
color: #491799;
}
.AnyTagClassName
{
color: #491799;
}
</style>
background-color css
<style>
a { background-color: #491799; }
a { background-color: rgb(73,23,153); }
div.DivClassName
{
background-color: #491799;
}
.BgClassName
{
background-color: #491799;
}
</style>
border-color css
<style>
span { border-color: #491799; }
span { border-color: rgb(73,23,153); }
td.TdClassName
{
border-color: #491799;
}
.TagClassName
{
border-color: #491799;
}
</style>