Shades of Indigo #490160
Tints of Indigo #490160
RGB
CMYK
RGB Variations
Color information
#490160 (or 0x490160) is known color: Indigo. HEX triplet: 49, 01 and 60. RGB value is (73,1,96). Sum of RGB (Red+Green+Blue) = 73+1+96=170 (22% of max value = 765). Red value is 73 (28.91% from 255 or 42.94% from 170); Green value is 1 (0.78% from 255 or 0.59% from 170); Blue value is 96 (37.89% from 255 or 56.47% from 170); Max value from RGB is 96 - color contains mainly: blue. Hex color #490160 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #490160 is #B6FE9F. Grayscale: #212121. Windows color (decimal): -11992736 or 6291785. OLE color: 6291785.
HSL color Cylindrical-coordinate representation of color #490160: hue angle of 285.47º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #490160 is Cyan = 0.24, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 73 | 1 | 96 | - |
| CMYK | 0.24 | 0.99 | 0 | 0.62 |
| HSL | 285.47º | 0.98% | 0.19% | - |
| HSV(B) | 285.47º | 0.99% | 0.38% | - |
| XYZ | 4.87 | 2.28 | 11.25 | - |
| YUV | 33.36 | 163.35 | 156.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 1 | 96 | 0.24 | 0.99 | 0 | 0.62 | 285.47 | 0.98 | 0.19 |
| Hex | 49 | 1 | 60 | 18 | 63 | 0 | 3E | 11D | 62 | 13 |
| Octal | 111 | 1 | 140 | 30 | 143 | 0 | 76 | 435 | 142 | 23 |
| Binary | 1001001 | 1 | 1100000 | 11000 | 1100011 | 0 | 111110 | 100011101 | 1100010 | 10011 |
Color Harmonies of #490160
Complementary color
Monochromatic Colors of #490160
Black with #490160
Text Example
Text Example
White with #490160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490160; }
p { color: rgb(73,1,96); }
H1.HeaderClassName
{
color: #490160;
}
.AnyTagClassName
{
color: #490160;
}
</style>
background-color css
<style>
a { background-color: #490160; }
a { background-color: rgb(73,1,96); }
div.DivClassName
{
background-color: #490160;
}
.BgClassName
{
background-color: #490160;
}
</style>
border-color css
<style>
span { border-color: #490160; }
span { border-color: rgb(73,1,96); }
td.TdClassName
{
border-color: #490160;
}
.TagClassName
{
border-color: #490160;
}
</style>