Shades of Indigo #491181
Tints of Indigo #491181
RGB
CMYK
RGB Variations
Color information
#491181 (or 0x491181) is known color: Indigo. HEX triplet: 49, 11 and 81. RGB value is (73,17,129). Sum of RGB (Red+Green+Blue) = 73+17+129=219 (29% of max value = 765). Red value is 73 (28.91% from 255 or 33.33% from 219); Green value is 17 (7.03% from 255 or 7.76% from 219); Blue value is 129 (50.78% from 255 or 58.90% from 219); Max value from RGB is 129 - color contains mainly: blue. Hex color #491181 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #491181 is #B6EE7E. Grayscale: #2E2E2E. Windows color (decimal): -11988607 or 8458569. OLE color: 8458569.
HSL color Cylindrical-coordinate representation of color #491181: hue angle of 270º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #491181 is Cyan = 0.43, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 73 | 17 | 129 | - |
| CMYK | 0.43 | 0.87 | 0 | 0.49 |
| HSL | 270º | 0.77% | 0.29% | - |
| HSV(B) | 270º | 0.87% | 0.51% | - |
| XYZ | 6.91 | 3.4 | 21.06 | - |
| YUV | 46.51 | 174.55 | 146.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 17 | 129 | 0.43 | 0.87 | 0 | 0.49 | 270 | 0.77 | 0.29 |
| Hex | 49 | 11 | 81 | 2B | 57 | 0 | 31 | 10E | 4D | 1D |
| Octal | 111 | 21 | 201 | 53 | 127 | 0 | 61 | 416 | 115 | 35 |
| Binary | 1001001 | 10001 | 10000001 | 101011 | 1010111 | 0 | 110001 | 100001110 | 1001101 | 11101 |
Color Harmonies of #491181
Complementary color
Monochromatic Colors of #491181
Black with #491181
Text Example
Text Example
White with #491181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491181; }
p { color: rgb(73,17,129); }
H1.HeaderClassName
{
color: #491181;
}
.AnyTagClassName
{
color: #491181;
}
</style>
background-color css
<style>
a { background-color: #491181; }
a { background-color: rgb(73,17,129); }
div.DivClassName
{
background-color: #491181;
}
.BgClassName
{
background-color: #491181;
}
</style>
border-color css
<style>
span { border-color: #491181; }
span { border-color: rgb(73,17,129); }
td.TdClassName
{
border-color: #491181;
}
.TagClassName
{
border-color: #491181;
}
</style>