Shades of Indigo #491186
Tints of Indigo #491186
RGB
CMYK
RGB Variations
Color information
#491186 (or 0x491186) is known color: Indigo. HEX triplet: 49, 11 and 86. RGB value is (73,17,134). Sum of RGB (Red+Green+Blue) = 73+17+134=224 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.59% from 224); Green value is 17 (7.03% from 255 or 7.59% from 224); Blue value is 134 (52.73% from 255 or 59.82% from 224); Max value from RGB is 134 - color contains mainly: blue. Hex color #491186 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #491186 is #B6EE79. Grayscale: #2E2E2E. Windows color (decimal): -11988602 or 8786249. OLE color: 8786249.
HSL color Cylindrical-coordinate representation of color #491186: hue angle of 268.72º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #491186 is Cyan = 0.46, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 73 | 17 | 134 | - |
| CMYK | 0.46 | 0.87 | 0 | 0.47 |
| HSL | 268.72º | 0.77% | 0.3% | - |
| HSV(B) | 268.72º | 0.87% | 0.53% | - |
| XYZ | 7.25 | 3.54 | 22.86 | - |
| YUV | 47.08 | 177.05 | 146.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 17 | 134 | 0.46 | 0.87 | 0 | 0.47 | 268.72 | 0.77 | 0.3 |
| Hex | 49 | 11 | 86 | 2E | 57 | 0 | 2F | 10D | 4D | 1E |
| Octal | 111 | 21 | 206 | 56 | 127 | 0 | 57 | 415 | 115 | 36 |
| Binary | 1001001 | 10001 | 10000110 | 101110 | 1010111 | 0 | 101111 | 100001101 | 1001101 | 11110 |
Color Harmonies of #491186
Complementary color
Monochromatic Colors of #491186
Black with #491186
Text Example
Text Example
White with #491186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491186; }
p { color: rgb(73,17,134); }
H1.HeaderClassName
{
color: #491186;
}
.AnyTagClassName
{
color: #491186;
}
</style>
background-color css
<style>
a { background-color: #491186; }
a { background-color: rgb(73,17,134); }
div.DivClassName
{
background-color: #491186;
}
.BgClassName
{
background-color: #491186;
}
</style>
border-color css
<style>
span { border-color: #491186; }
span { border-color: rgb(73,17,134); }
td.TdClassName
{
border-color: #491186;
}
.TagClassName
{
border-color: #491186;
}
</style>