Shades of Indigo #491196
Tints of Indigo #491196
RGB
CMYK
RGB Variations
Color information
#491196 (or 0x491196) is known color: Indigo. HEX triplet: 49, 11 and 96. RGB value is (73,17,150). Sum of RGB (Red+Green+Blue) = 73+17+150=240 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.42% from 240); Green value is 17 (7.03% from 255 or 7.08% from 240); Blue value is 150 (58.98% from 255 or 62.5% from 240); Max value from RGB is 150 - color contains mainly: blue. Hex color #491196 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #491196 is #B6EE69. Grayscale: #303030. Windows color (decimal): -11988586 or 9834825. OLE color: 9834825.
HSL color Cylindrical-coordinate representation of color #491196: hue angle of 265.26º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #491196 is Cyan = 0.51, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 73 | 17 | 150 | - |
| CMYK | 0.51 | 0.89 | 0 | 0.41 |
| HSL | 265.26º | 0.8% | 0.33% | - |
| HSV(B) | 265.26º | 0.89% | 0.59% | - |
| XYZ | 8.45 | 4.02 | 29.18 | - |
| YUV | 48.91 | 185.05 | 145.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 17 | 150 | 0.51 | 0.89 | 0 | 0.41 | 265.26 | 0.8 | 0.33 |
| Hex | 49 | 11 | 96 | 33 | 59 | 0 | 29 | 109 | 50 | 21 |
| Octal | 111 | 21 | 226 | 63 | 131 | 0 | 51 | 411 | 120 | 41 |
| Binary | 1001001 | 10001 | 10010110 | 110011 | 1011001 | 0 | 101001 | 100001001 | 1010000 | 100001 |
Color Harmonies of #491196
Complementary color
Monochromatic Colors of #491196
Black with #491196
Text Example
Text Example
White with #491196
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491196; }
p { color: rgb(73,17,150); }
H1.HeaderClassName
{
color: #491196;
}
.AnyTagClassName
{
color: #491196;
}
</style>
background-color css
<style>
a { background-color: #491196; }
a { background-color: rgb(73,17,150); }
div.DivClassName
{
background-color: #491196;
}
.BgClassName
{
background-color: #491196;
}
</style>
border-color css
<style>
span { border-color: #491196; }
span { border-color: rgb(73,17,150); }
td.TdClassName
{
border-color: #491196;
}
.TagClassName
{
border-color: #491196;
}
</style>