Shades of Indigo #491579
Tints of Indigo #491579
RGB
CMYK
RGB Variations
Color information
#491579 (or 0x491579) is known color: Indigo. HEX triplet: 49, 15 and 79. RGB value is (73,21,121). Sum of RGB (Red+Green+Blue) = 73+21+121=215 (28% of max value = 765). Red value is 73 (28.91% from 255 or 33.95% from 215); Green value is 21 (8.59% from 255 or 9.77% from 215); Blue value is 121 (47.66% from 255 or 56.28% from 215); Max value from RGB is 121 - color contains mainly: blue. Hex color #491579 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #491579 is #B6EA86. Grayscale: #2F2F2F. Windows color (decimal): -11987591 or 7935305. OLE color: 7935305.
HSL color Cylindrical-coordinate representation of color #491579: hue angle of 271.2º degrees, saturation: 0.7, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #491579 is Cyan = 0.40, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 73 | 21 | 121 | - |
| CMYK | 0.40 | 0.83 | 0 | 0.53 |
| HSL | 271.2º | 0.7% | 0.28% | - |
| HSV(B) | 271.2º | 0.83% | 0.47% | - |
| XYZ | 6.47 | 3.33 | 18.39 | - |
| YUV | 47.95 | 169.23 | 145.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 21 | 121 | 0.40 | 0.83 | 0 | 0.53 | 271.2 | 0.7 | 0.28 |
| Hex | 49 | 15 | 79 | 28 | 53 | 0 | 35 | 10F | 46 | 1C |
| Octal | 111 | 25 | 171 | 50 | 123 | 0 | 65 | 417 | 106 | 34 |
| Binary | 1001001 | 10101 | 1111001 | 101000 | 1010011 | 0 | 110101 | 100001111 | 1000110 | 11100 |
Color Harmonies of #491579
Complementary color
Monochromatic Colors of #491579
Black with #491579
Text Example
Text Example
White with #491579
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491579; }
p { color: rgb(73,21,121); }
H1.HeaderClassName
{
color: #491579;
}
.AnyTagClassName
{
color: #491579;
}
</style>
background-color css
<style>
a { background-color: #491579; }
a { background-color: rgb(73,21,121); }
div.DivClassName
{
background-color: #491579;
}
.BgClassName
{
background-color: #491579;
}
</style>
border-color css
<style>
span { border-color: #491579; }
span { border-color: rgb(73,21,121); }
td.TdClassName
{
border-color: #491579;
}
.TagClassName
{
border-color: #491579;
}
</style>