Shades of Indigo #490560
Tints of Indigo #490560
RGB
CMYK
RGB Variations
Color information
#490560 (or 0x490560) is known color: Indigo. HEX triplet: 49, 05 and 60. RGB value is (73,5,96). Sum of RGB (Red+Green+Blue) = 73+5+96=174 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.95% from 174); Green value is 5 (2.34% from 255 or 2.87% from 174); Blue value is 96 (37.89% from 255 or 55.17% from 174); Max value from RGB is 96 - color contains mainly: blue. Hex color #490560 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #490560 is #B6FA9F. Grayscale: #232323. Windows color (decimal): -11991712 or 6292809. OLE color: 6292809.
HSL color Cylindrical-coordinate representation of color #490560: hue angle of 284.84º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #490560 is Cyan = 0.24, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 73 | 5 | 96 | - |
| CMYK | 0.24 | 0.95 | 0 | 0.62 |
| HSL | 284.84º | 0.9% | 0.2% | - |
| HSV(B) | 284.84º | 0.95% | 0.38% | - |
| XYZ | 4.91 | 2.37 | 11.26 | - |
| YUV | 35.71 | 162.03 | 154.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 5 | 96 | 0.24 | 0.95 | 0 | 0.62 | 284.84 | 0.9 | 0.2 |
| Hex | 49 | 5 | 60 | 18 | 5F | 0 | 3E | 11D | 5A | 14 |
| Octal | 111 | 5 | 140 | 30 | 137 | 0 | 76 | 435 | 132 | 24 |
| Binary | 1001001 | 101 | 1100000 | 11000 | 1011111 | 0 | 111110 | 100011101 | 1011010 | 10100 |
Color Harmonies of #490560
Complementary color
Monochromatic Colors of #490560
Black with #490560
Text Example
Text Example
White with #490560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490560; }
p { color: rgb(73,5,96); }
H1.HeaderClassName
{
color: #490560;
}
.AnyTagClassName
{
color: #490560;
}
</style>
background-color css
<style>
a { background-color: #490560; }
a { background-color: rgb(73,5,96); }
div.DivClassName
{
background-color: #490560;
}
.BgClassName
{
background-color: #490560;
}
</style>
border-color css
<style>
span { border-color: #490560; }
span { border-color: rgb(73,5,96); }
td.TdClassName
{
border-color: #490560;
}
.TagClassName
{
border-color: #490560;
}
</style>