Shades of Indigo #491780
Tints of Indigo #491780
RGB
CMYK
RGB Variations
Color information
#491780 (or 0x491780) is known color: Indigo. HEX triplet: 49, 17 and 80. RGB value is (73,23,128). Sum of RGB (Red+Green+Blue) = 73+23+128=224 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.59% from 224); Green value is 23 (9.38% from 255 or 10.27% from 224); Blue value is 128 (50.39% from 255 or 57.14% from 224); Max value from RGB is 128 - color contains mainly: blue. Hex color #491780 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #491780 is #B6E87F. Grayscale: #313131. Windows color (decimal): -11987072 or 8394569. OLE color: 8394569.
HSL color Cylindrical-coordinate representation of color #491780: hue angle of 268.57º degrees, saturation: 0.7, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #491780 is Cyan = 0.43, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 73 | 23 | 128 | - |
| CMYK | 0.43 | 0.82 | 0 | 0.50 |
| HSL | 268.57º | 0.7% | 0.3% | - |
| HSV(B) | 268.57º | 0.82% | 0.5% | - |
| XYZ | 6.95 | 3.59 | 20.75 | - |
| YUV | 49.92 | 172.07 | 144.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 23 | 128 | 0.43 | 0.82 | 0 | 0.50 | 268.57 | 0.7 | 0.3 |
| Hex | 49 | 17 | 80 | 2B | 52 | 0 | 32 | 10D | 46 | 1E |
| Octal | 111 | 27 | 200 | 53 | 122 | 0 | 62 | 415 | 106 | 36 |
| Binary | 1001001 | 10111 | 10000000 | 101011 | 1010010 | 0 | 110010 | 100001101 | 1000110 | 11110 |
Color Harmonies of #491780
Complementary color
Monochromatic Colors of #491780
Black with #491780
Text Example
Text Example
White with #491780
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491780; }
p { color: rgb(73,23,128); }
H1.HeaderClassName
{
color: #491780;
}
.AnyTagClassName
{
color: #491780;
}
</style>
background-color css
<style>
a { background-color: #491780; }
a { background-color: rgb(73,23,128); }
div.DivClassName
{
background-color: #491780;
}
.BgClassName
{
background-color: #491780;
}
</style>
border-color css
<style>
span { border-color: #491780; }
span { border-color: rgb(73,23,128); }
td.TdClassName
{
border-color: #491780;
}
.TagClassName
{
border-color: #491780;
}
</style>