Shades of Indigo #491791
Tints of Indigo #491791
RGB
CMYK
RGB Variations
Color information
#491791 (or 0x491791) is known color: Indigo. HEX triplet: 49, 17 and 91. RGB value is (73,23,145). Sum of RGB (Red+Green+Blue) = 73+23+145=241 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.29% from 241); Green value is 23 (9.38% from 255 or 9.54% from 241); Blue value is 145 (57.03% from 255 or 60.17% from 241); Max value from RGB is 145 - color contains mainly: blue. Hex color #491791 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #491791 is #B6E86E. Grayscale: #333333. Windows color (decimal): -11987055 or 9508681. OLE color: 9508681.
HSL color Cylindrical-coordinate representation of color #491791: hue angle of 264.59º degrees, saturation: 0.73, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #491791 is Cyan = 0.50, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 73 | 23 | 145 | - |
| CMYK | 0.50 | 0.84 | 0 | 0.43 |
| HSL | 264.59º | 0.73% | 0.33% | - |
| HSV(B) | 264.59º | 0.84% | 0.57% | - |
| XYZ | 8.16 | 4.07 | 27.14 | - |
| YUV | 51.86 | 180.57 | 143.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 23 | 145 | 0.50 | 0.84 | 0 | 0.43 | 264.59 | 0.73 | 0.33 |
| Hex | 49 | 17 | 91 | 32 | 54 | 0 | 2B | 109 | 49 | 21 |
| Octal | 111 | 27 | 221 | 62 | 124 | 0 | 53 | 411 | 111 | 41 |
| Binary | 1001001 | 10111 | 10010001 | 110010 | 1010100 | 0 | 101011 | 100001001 | 1001001 | 100001 |
Color Harmonies of #491791
Complementary color
Monochromatic Colors of #491791
Black with #491791
Text Example
Text Example
White with #491791
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491791; }
p { color: rgb(73,23,145); }
H1.HeaderClassName
{
color: #491791;
}
.AnyTagClassName
{
color: #491791;
}
</style>
background-color css
<style>
a { background-color: #491791; }
a { background-color: rgb(73,23,145); }
div.DivClassName
{
background-color: #491791;
}
.BgClassName
{
background-color: #491791;
}
</style>
border-color css
<style>
span { border-color: #491791; }
span { border-color: rgb(73,23,145); }
td.TdClassName
{
border-color: #491791;
}
.TagClassName
{
border-color: #491791;
}
</style>