Shades of Indigo #491172
Tints of Indigo #491172
RGB
CMYK
RGB Variations
Color information
#491172 (or 0x491172) is known color: Indigo. HEX triplet: 49, 11 and 72. RGB value is (73,17,114). Sum of RGB (Red+Green+Blue) = 73+17+114=204 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.78% from 204); Green value is 17 (7.03% from 255 or 8.33% from 204); Blue value is 114 (44.92% from 255 or 55.88% from 204); Max value from RGB is 114 - color contains mainly: blue. Hex color #491172 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #491172 is #B6EE8D. Grayscale: #2C2C2C. Windows color (decimal): -11988622 or 7475529. OLE color: 7475529.
HSL color Cylindrical-coordinate representation of color #491172: hue angle of 274.64º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #491172 is Cyan = 0.36, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 73 | 17 | 114 | - |
| CMYK | 0.36 | 0.85 | 0 | 0.55 |
| HSL | 274.64º | 0.74% | 0.26% | - |
| HSV(B) | 274.64º | 0.85% | 0.45% | - |
| XYZ | 5.99 | 3.03 | 16.19 | - |
| YUV | 44.8 | 167.05 | 148.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 17 | 114 | 0.36 | 0.85 | 0 | 0.55 | 274.64 | 0.74 | 0.26 |
| Hex | 49 | 11 | 72 | 24 | 55 | 0 | 37 | 113 | 4A | 1A |
| Octal | 111 | 21 | 162 | 44 | 125 | 0 | 67 | 423 | 112 | 32 |
| Binary | 1001001 | 10001 | 1110010 | 100100 | 1010101 | 0 | 110111 | 100010011 | 1001010 | 11010 |
Color Harmonies of #491172
Complementary color
Monochromatic Colors of #491172
Black with #491172
Text Example
Text Example
White with #491172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491172; }
p { color: rgb(73,17,114); }
H1.HeaderClassName
{
color: #491172;
}
.AnyTagClassName
{
color: #491172;
}
</style>
background-color css
<style>
a { background-color: #491172; }
a { background-color: rgb(73,17,114); }
div.DivClassName
{
background-color: #491172;
}
.BgClassName
{
background-color: #491172;
}
</style>
border-color css
<style>
span { border-color: #491172; }
span { border-color: rgb(73,17,114); }
td.TdClassName
{
border-color: #491172;
}
.TagClassName
{
border-color: #491172;
}
</style>