Shades of Indigo #490060
Tints of Indigo #490060
RGB
CMYK
RGB Variations
Color information
#490060 (or 0x490060) is known color: Indigo. HEX triplet: 49, 00 and 60. RGB value is (73,0,96). Sum of RGB (Red+Green+Blue) = 73+0+96=169 (22% of max value = 765). Red value is 73 (28.91% from 255 or 43.20% from 169); Green value is 0 (0.39% from 255 or 0% from 169); Blue value is 96 (37.89% from 255 or 56.80% from 169); Max value from RGB is 96 - color contains mainly: blue. Hex color #490060 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #490060 is #B6FF9F. Grayscale: #202020. Windows color (decimal): -11992992 or 6291529. OLE color: 6291529.
HSL color Cylindrical-coordinate representation of color #490060: hue angle of 285.62º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #490060 is Cyan = 0.24, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 73 | 0 | 96 | - |
| CMYK | 0.24 | 1 | 0 | 0.62 |
| HSL | 285.63º | 1% | 0.19% | - |
| HSV(B) | 285.63º | 1% | 0.38% | - |
| XYZ | 4.86 | 2.26 | 11.25 | - |
| YUV | 32.77 | 163.68 | 156.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 0 | 96 | 0.24 | 1 | 0 | 0.62 | 285.63 | 1 | 0.19 |
| Hex | 49 | 0 | 60 | 18 | 64 | 0 | 3E | 11E | 64 | 13 |
| Octal | 111 | 0 | 140 | 30 | 144 | 0 | 76 | 436 | 144 | 23 |
| Binary | 1001001 | 0 | 1100000 | 11000 | 1100100 | 0 | 111110 | 100011110 | 1100100 | 10011 |
Color Harmonies of #490060
Complementary color
Monochromatic Colors of #490060
Black with #490060
Text Example
Text Example
White with #490060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490060; }
p { color: rgb(73,0,96); }
H1.HeaderClassName
{
color: #490060;
}
.AnyTagClassName
{
color: #490060;
}
</style>
background-color css
<style>
a { background-color: #490060; }
a { background-color: rgb(73,0,96); }
div.DivClassName
{
background-color: #490060;
}
.BgClassName
{
background-color: #490060;
}
</style>
border-color css
<style>
span { border-color: #490060; }
span { border-color: rgb(73,0,96); }
td.TdClassName
{
border-color: #490060;
}
.TagClassName
{
border-color: #490060;
}
</style>