Shades of Indigo #491195
Tints of Indigo #491195
RGB
CMYK
RGB Variations
Color information
#491195 (or 0x491195) is known color: Indigo. HEX triplet: 49, 11 and 95. RGB value is (73,17,149). Sum of RGB (Red+Green+Blue) = 73+17+149=239 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.54% from 239); Green value is 17 (7.03% from 255 or 7.11% from 239); Blue value is 149 (58.59% from 255 or 62.34% from 239); Max value from RGB is 149 - color contains mainly: blue. Hex color #491195 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #491195 is #B6EE6A. Grayscale: #303030. Windows color (decimal): -11988587 or 9769289. OLE color: 9769289.
HSL color Cylindrical-coordinate representation of color #491195: hue angle of 265.45º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #491195 is Cyan = 0.51, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 73 | 17 | 149 | - |
| CMYK | 0.51 | 0.89 | 0 | 0.42 |
| HSL | 265.45º | 0.8% | 0.33% | - |
| HSV(B) | 265.45º | 0.89% | 0.58% | - |
| XYZ | 8.37 | 3.99 | 28.76 | - |
| YUV | 48.79 | 184.55 | 145.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 17 | 149 | 0.51 | 0.89 | 0 | 0.42 | 265.45 | 0.8 | 0.33 |
| Hex | 49 | 11 | 95 | 33 | 59 | 0 | 2A | 109 | 50 | 21 |
| Octal | 111 | 21 | 225 | 63 | 131 | 0 | 52 | 411 | 120 | 41 |
| Binary | 1001001 | 10001 | 10010101 | 110011 | 1011001 | 0 | 101010 | 100001001 | 1010000 | 100001 |
Color Harmonies of #491195
Complementary color
Monochromatic Colors of #491195
Black with #491195
Text Example
Text Example
White with #491195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491195; }
p { color: rgb(73,17,149); }
H1.HeaderClassName
{
color: #491195;
}
.AnyTagClassName
{
color: #491195;
}
</style>
background-color css
<style>
a { background-color: #491195; }
a { background-color: rgb(73,17,149); }
div.DivClassName
{
background-color: #491195;
}
.BgClassName
{
background-color: #491195;
}
</style>
border-color css
<style>
span { border-color: #491195; }
span { border-color: rgb(73,17,149); }
td.TdClassName
{
border-color: #491195;
}
.TagClassName
{
border-color: #491195;
}
</style>