Shades of Indigo #490360
Tints of Indigo #490360
RGB
CMYK
RGB Variations
Color information
#490360 (or 0x490360) is known color: Indigo. HEX triplet: 49, 03 and 60. RGB value is (73,3,96). Sum of RGB (Red+Green+Blue) = 73+3+96=172 (22% of max value = 765). Red value is 73 (28.91% from 255 or 42.44% from 172); Green value is 3 (1.56% from 255 or 1.74% from 172); Blue value is 96 (37.89% from 255 or 55.81% from 172); Max value from RGB is 96 - color contains mainly: blue. Hex color #490360 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #490360 is #B6FC9F. Grayscale: #222222. Windows color (decimal): -11992224 or 6292297. OLE color: 6292297.
HSL color Cylindrical-coordinate representation of color #490360: hue angle of 285.16º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #490360 is Cyan = 0.24, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 73 | 3 | 96 | - |
| CMYK | 0.24 | 0.97 | 0 | 0.62 |
| HSL | 285.16º | 0.94% | 0.19% | - |
| HSV(B) | 285.16º | 0.97% | 0.38% | - |
| XYZ | 4.89 | 2.33 | 11.26 | - |
| YUV | 34.53 | 162.69 | 155.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 3 | 96 | 0.24 | 0.97 | 0 | 0.62 | 285.16 | 0.94 | 0.19 |
| Hex | 49 | 3 | 60 | 18 | 61 | 0 | 3E | 11D | 5E | 13 |
| Octal | 111 | 3 | 140 | 30 | 141 | 0 | 76 | 435 | 136 | 23 |
| Binary | 1001001 | 11 | 1100000 | 11000 | 1100001 | 0 | 111110 | 100011101 | 1011110 | 10011 |
Color Harmonies of #490360
Complementary color
Monochromatic Colors of #490360
Black with #490360
Text Example
Text Example
White with #490360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490360; }
p { color: rgb(73,3,96); }
H1.HeaderClassName
{
color: #490360;
}
.AnyTagClassName
{
color: #490360;
}
</style>
background-color css
<style>
a { background-color: #490360; }
a { background-color: rgb(73,3,96); }
div.DivClassName
{
background-color: #490360;
}
.BgClassName
{
background-color: #490360;
}
</style>
border-color css
<style>
span { border-color: #490360; }
span { border-color: rgb(73,3,96); }
td.TdClassName
{
border-color: #490360;
}
.TagClassName
{
border-color: #490360;
}
</style>