Shades of Indigo #491573
Tints of Indigo #491573
RGB
CMYK
RGB Variations
Color information
#491573 (or 0x491573) is known color: Indigo. HEX triplet: 49, 15 and 73. RGB value is (73,21,115). Sum of RGB (Red+Green+Blue) = 73+21+115=209 (27% of max value = 765). Red value is 73 (28.91% from 255 or 34.93% from 209); Green value is 21 (8.59% from 255 or 10.05% from 209); Blue value is 115 (45.31% from 255 or 55.02% from 209); Max value from RGB is 115 - color contains mainly: blue. Hex color #491573 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #491573 is #B6EA8C. Grayscale: #2E2E2E. Windows color (decimal): -11987597 or 7542089. OLE color: 7542089.
HSL color Cylindrical-coordinate representation of color #491573: hue angle of 273.19º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #491573 is Cyan = 0.37, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 73 | 21 | 115 | - |
| CMYK | 0.37 | 0.82 | 0 | 0.55 |
| HSL | 273.19º | 0.69% | 0.27% | - |
| HSV(B) | 273.19º | 0.82% | 0.45% | - |
| XYZ | 6.11 | 3.19 | 16.51 | - |
| YUV | 47.26 | 166.23 | 146.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 21 | 115 | 0.37 | 0.82 | 0 | 0.55 | 273.19 | 0.69 | 0.27 |
| Hex | 49 | 15 | 73 | 25 | 52 | 0 | 37 | 111 | 45 | 1B |
| Octal | 111 | 25 | 163 | 45 | 122 | 0 | 67 | 421 | 105 | 33 |
| Binary | 1001001 | 10101 | 1110011 | 100101 | 1010010 | 0 | 110111 | 100010001 | 1000101 | 11011 |
Color Harmonies of #491573
Complementary color
Monochromatic Colors of #491573
Black with #491573
Text Example
Text Example
White with #491573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491573; }
p { color: rgb(73,21,115); }
H1.HeaderClassName
{
color: #491573;
}
.AnyTagClassName
{
color: #491573;
}
</style>
background-color css
<style>
a { background-color: #491573; }
a { background-color: rgb(73,21,115); }
div.DivClassName
{
background-color: #491573;
}
.BgClassName
{
background-color: #491573;
}
</style>
border-color css
<style>
span { border-color: #491573; }
span { border-color: rgb(73,21,115); }
td.TdClassName
{
border-color: #491573;
}
.TagClassName
{
border-color: #491573;
}
</style>