Shades of Indigo #490460
Tints of Indigo #490460
RGB
CMYK
RGB Variations
Color information
#490460 (or 0x490460) is known color: Indigo. HEX triplet: 49, 04 and 60. RGB value is (73,4,96). Sum of RGB (Red+Green+Blue) = 73+4+96=173 (22% of max value = 765). Red value is 73 (28.91% from 255 or 42.20% from 173); Green value is 4 (1.95% from 255 or 2.31% from 173); Blue value is 96 (37.89% from 255 or 55.49% from 173); Max value from RGB is 96 - color contains mainly: blue. Hex color #490460 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #490460 is #B6FB9F. Grayscale: #222222. Windows color (decimal): -11991968 or 6292553. OLE color: 6292553.
HSL color Cylindrical-coordinate representation of color #490460: hue angle of 285º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #490460 is Cyan = 0.24, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 73 | 4 | 96 | - |
| CMYK | 0.24 | 0.96 | 0 | 0.62 |
| HSL | 285º | 0.92% | 0.2% | - |
| HSV(B) | 285º | 0.96% | 0.38% | - |
| XYZ | 4.9 | 2.35 | 11.26 | - |
| YUV | 35.12 | 162.36 | 155.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 4 | 96 | 0.24 | 0.96 | 0 | 0.62 | 285 | 0.92 | 0.2 |
| Hex | 49 | 4 | 60 | 18 | 60 | 0 | 3E | 11D | 5C | 14 |
| Octal | 111 | 4 | 140 | 30 | 140 | 0 | 76 | 435 | 134 | 24 |
| Binary | 1001001 | 100 | 1100000 | 11000 | 1100000 | 0 | 111110 | 100011101 | 1011100 | 10100 |
Color Harmonies of #490460
Complementary color
Monochromatic Colors of #490460
Black with #490460
Text Example
Text Example
White with #490460
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490460; }
p { color: rgb(73,4,96); }
H1.HeaderClassName
{
color: #490460;
}
.AnyTagClassName
{
color: #490460;
}
</style>
background-color css
<style>
a { background-color: #490460; }
a { background-color: rgb(73,4,96); }
div.DivClassName
{
background-color: #490460;
}
.BgClassName
{
background-color: #490460;
}
</style>
border-color css
<style>
span { border-color: #490460; }
span { border-color: rgb(73,4,96); }
td.TdClassName
{
border-color: #490460;
}
.TagClassName
{
border-color: #490460;
}
</style>