Shades of Indigo #491184
Tints of Indigo #491184
RGB
CMYK
RGB Variations
Color information
#491184 (or 0x491184) is known color: Indigo. HEX triplet: 49, 11 and 84. RGB value is (73,17,132). Sum of RGB (Red+Green+Blue) = 73+17+132=222 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.88% from 222); Green value is 17 (7.03% from 255 or 7.66% from 222); Blue value is 132 (51.95% from 255 or 59.46% from 222); Max value from RGB is 132 - color contains mainly: blue. Hex color #491184 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #491184 is #B6EE7B. Grayscale: #2E2E2E. Windows color (decimal): -11988604 or 8655177. OLE color: 8655177.
HSL color Cylindrical-coordinate representation of color #491184: hue angle of 269.22º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #491184 is Cyan = 0.45, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 73 | 17 | 132 | - |
| CMYK | 0.45 | 0.87 | 0 | 0.48 |
| HSL | 269.22º | 0.77% | 0.29% | - |
| HSV(B) | 269.22º | 0.87% | 0.52% | - |
| XYZ | 7.11 | 3.48 | 22.13 | - |
| YUV | 46.85 | 176.05 | 146.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 17 | 132 | 0.45 | 0.87 | 0 | 0.48 | 269.22 | 0.77 | 0.29 |
| Hex | 49 | 11 | 84 | 2D | 57 | 0 | 30 | 10D | 4D | 1D |
| Octal | 111 | 21 | 204 | 55 | 127 | 0 | 60 | 415 | 115 | 35 |
| Binary | 1001001 | 10001 | 10000100 | 101101 | 1010111 | 0 | 110000 | 100001101 | 1001101 | 11101 |
Color Harmonies of #491184
Complementary color
Monochromatic Colors of #491184
Black with #491184
Text Example
Text Example
White with #491184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491184; }
p { color: rgb(73,17,132); }
H1.HeaderClassName
{
color: #491184;
}
.AnyTagClassName
{
color: #491184;
}
</style>
background-color css
<style>
a { background-color: #491184; }
a { background-color: rgb(73,17,132); }
div.DivClassName
{
background-color: #491184;
}
.BgClassName
{
background-color: #491184;
}
</style>
border-color css
<style>
span { border-color: #491184; }
span { border-color: rgb(73,17,132); }
td.TdClassName
{
border-color: #491184;
}
.TagClassName
{
border-color: #491184;
}
</style>