Shades of Indigo #491070
Tints of Indigo #491070
RGB
CMYK
RGB Variations
Color information
#491070 (or 0x491070) is known color: Indigo. HEX triplet: 49, 10 and 70. RGB value is (73,16,112). Sum of RGB (Red+Green+Blue) = 73+16+112=201 (26% of max value = 765). Red value is 73 (28.91% from 255 or 36.32% from 201); Green value is 16 (6.64% from 255 or 7.96% from 201); Blue value is 112 (44.14% from 255 or 55.72% from 201); Max value from RGB is 112 - color contains mainly: blue. Hex color #491070 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #491070 is #B6EF8F. Grayscale: #2B2B2B. Windows color (decimal): -11988880 or 7344201. OLE color: 7344201.
HSL color Cylindrical-coordinate representation of color #491070: hue angle of 275.62º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #491070 is Cyan = 0.35, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 73 | 16 | 112 | - |
| CMYK | 0.35 | 0.86 | 0 | 0.56 |
| HSL | 275.63º | 0.75% | 0.25% | - |
| HSV(B) | 275.63º | 0.86% | 0.44% | - |
| XYZ | 5.86 | 2.96 | 15.59 | - |
| YUV | 43.99 | 166.38 | 148.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 16 | 112 | 0.35 | 0.86 | 0 | 0.56 | 275.63 | 0.75 | 0.25 |
| Hex | 49 | 10 | 70 | 23 | 56 | 0 | 38 | 114 | 4B | 19 |
| Octal | 111 | 20 | 160 | 43 | 126 | 0 | 70 | 424 | 113 | 31 |
| Binary | 1001001 | 10000 | 1110000 | 100011 | 1010110 | 0 | 111000 | 100010100 | 1001011 | 11001 |
Color Harmonies of #491070
Complementary color
Monochromatic Colors of #491070
Black with #491070
Text Example
Text Example
White with #491070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491070; }
p { color: rgb(73,16,112); }
H1.HeaderClassName
{
color: #491070;
}
.AnyTagClassName
{
color: #491070;
}
</style>
background-color css
<style>
a { background-color: #491070; }
a { background-color: rgb(73,16,112); }
div.DivClassName
{
background-color: #491070;
}
.BgClassName
{
background-color: #491070;
}
</style>
border-color css
<style>
span { border-color: #491070; }
span { border-color: rgb(73,16,112); }
td.TdClassName
{
border-color: #491070;
}
.TagClassName
{
border-color: #491070;
}
</style>