Shades of Indigo #491574
Tints of Indigo #491574
RGB
CMYK
RGB Variations
Color information
#491574 (or 0x491574) is known color: Indigo. HEX triplet: 49, 15 and 74. RGB value is (73,21,116). Sum of RGB (Red+Green+Blue) = 73+21+116=210 (27% of max value = 765). Red value is 73 (28.91% from 255 or 34.76% from 210); Green value is 21 (8.59% from 255 or 10% from 210); Blue value is 116 (45.70% from 255 or 55.24% from 210); Max value from RGB is 116 - color contains mainly: blue. Hex color #491574 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #491574 is #B6EA8B. Grayscale: #2F2F2F. Windows color (decimal): -11987596 or 7607625. OLE color: 7607625.
HSL color Cylindrical-coordinate representation of color #491574: hue angle of 272.84º 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 #491574 is Cyan = 0.37, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 73 | 21 | 116 | - |
| CMYK | 0.37 | 0.82 | 0 | 0.55 |
| HSL | 272.84º | 0.69% | 0.27% | - |
| HSV(B) | 272.84º | 0.82% | 0.45% | - |
| XYZ | 6.17 | 3.21 | 16.82 | - |
| YUV | 47.38 | 166.73 | 146.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 21 | 116 | 0.37 | 0.82 | 0 | 0.55 | 272.84 | 0.69 | 0.27 |
| Hex | 49 | 15 | 74 | 25 | 52 | 0 | 37 | 111 | 45 | 1B |
| Octal | 111 | 25 | 164 | 45 | 122 | 0 | 67 | 421 | 105 | 33 |
| Binary | 1001001 | 10101 | 1110100 | 100101 | 1010010 | 0 | 110111 | 100010001 | 1000101 | 11011 |
Color Harmonies of #491574
Complementary color
Monochromatic Colors of #491574
Black with #491574
Text Example
Text Example
White with #491574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491574; }
p { color: rgb(73,21,116); }
H1.HeaderClassName
{
color: #491574;
}
.AnyTagClassName
{
color: #491574;
}
</style>
background-color css
<style>
a { background-color: #491574; }
a { background-color: rgb(73,21,116); }
div.DivClassName
{
background-color: #491574;
}
.BgClassName
{
background-color: #491574;
}
</style>
border-color css
<style>
span { border-color: #491574; }
span { border-color: rgb(73,21,116); }
td.TdClassName
{
border-color: #491574;
}
.TagClassName
{
border-color: #491574;
}
</style>