Shades of Indigo #491891
Tints of Indigo #491891
RGB
CMYK
RGB Variations
Color information
#491891 (or 0x491891) is known color: Indigo. HEX triplet: 49, 18 and 91. RGB value is (73,24,145). Sum of RGB (Red+Green+Blue) = 73+24+145=242 (32% of max value = 765). Red value is 73 (28.91% from 255 or 30.17% from 242); Green value is 24 (9.77% from 255 or 9.92% from 242); Blue value is 145 (57.03% from 255 or 59.92% from 242); Max value from RGB is 145 - color contains mainly: blue. Hex color #491891 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #491891 is #B6E76E. Grayscale: #343434. Windows color (decimal): -11986799 or 9508937. OLE color: 9508937.
HSL color Cylindrical-coordinate representation of color #491891: hue angle of 264.3º degrees, saturation: 0.72, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #491891 is Cyan = 0.50, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 73 | 24 | 145 | - |
| CMYK | 0.50 | 0.83 | 0 | 0.43 |
| HSL | 264.3º | 0.72% | 0.33% | - |
| HSV(B) | 264.3º | 0.83% | 0.57% | - |
| XYZ | 8.19 | 4.11 | 27.15 | - |
| YUV | 52.45 | 180.23 | 142.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 24 | 145 | 0.50 | 0.83 | 0 | 0.43 | 264.3 | 0.72 | 0.33 |
| Hex | 49 | 18 | 91 | 32 | 53 | 0 | 2B | 108 | 48 | 21 |
| Octal | 111 | 30 | 221 | 62 | 123 | 0 | 53 | 410 | 110 | 41 |
| Binary | 1001001 | 11000 | 10010001 | 110010 | 1010011 | 0 | 101011 | 100001000 | 1001000 | 100001 |
Color Harmonies of #491891
Complementary color
Monochromatic Colors of #491891
Black with #491891
Text Example
Text Example
White with #491891
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491891; }
p { color: rgb(73,24,145); }
H1.HeaderClassName
{
color: #491891;
}
.AnyTagClassName
{
color: #491891;
}
</style>
background-color css
<style>
a { background-color: #491891; }
a { background-color: rgb(73,24,145); }
div.DivClassName
{
background-color: #491891;
}
.BgClassName
{
background-color: #491891;
}
</style>
border-color css
<style>
span { border-color: #491891; }
span { border-color: rgb(73,24,145); }
td.TdClassName
{
border-color: #491891;
}
.TagClassName
{
border-color: #491891;
}
</style>