Shades of Indigo #490292
Tints of Indigo #490292
RGB
CMYK
RGB Variations
Color information
#490292 (or 0x490292) is known color: Indigo. HEX triplet: 49, 02 and 92. RGB value is (73,2,146). Sum of RGB (Red+Green+Blue) = 73+2+146=221 (29% of max value = 765). Red value is 73 (28.91% from 255 or 33.03% from 221); Green value is 2 (1.17% from 255 or 0.90% from 221); Blue value is 146 (57.42% from 255 or 66.06% from 221); Max value from RGB is 146 - color contains mainly: blue. Hex color #490292 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #490292 is #B6FD6D. Grayscale: #272727. Windows color (decimal): -11992430 or 9568841. OLE color: 9568841.
HSL color Cylindrical-coordinate representation of color #490292: hue angle of 269.58º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #490292 is Cyan = 0.5, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 73 | 2 | 146 | - |
| CMYK | 0.5 | 0.99 | 0 | 0.43 |
| HSL | 269.58º | 0.97% | 0.29% | - |
| HSV(B) | 269.58º | 0.99% | 0.57% | - |
| XYZ | 7.96 | 3.54 | 27.46 | - |
| YUV | 39.65 | 188.02 | 151.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 2 | 146 | 0.5 | 0.99 | 0 | 0.43 | 269.58 | 0.97 | 0.29 |
| Hex | 49 | 2 | 92 | 32 | 63 | 0 | 2B | 10E | 61 | 1D |
| Octal | 111 | 2 | 222 | 62 | 143 | 0 | 53 | 416 | 141 | 35 |
| Binary | 1001001 | 10 | 10010010 | 110010 | 1100011 | 0 | 101011 | 100001110 | 1100001 | 11101 |
Color Harmonies of #490292
Complementary color
Monochromatic Colors of #490292
Black with #490292
Text Example
Text Example
White with #490292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490292; }
p { color: rgb(73,2,146); }
H1.HeaderClassName
{
color: #490292;
}
.AnyTagClassName
{
color: #490292;
}
</style>
background-color css
<style>
a { background-color: #490292; }
a { background-color: rgb(73,2,146); }
div.DivClassName
{
background-color: #490292;
}
.BgClassName
{
background-color: #490292;
}
</style>
border-color css
<style>
span { border-color: #490292; }
span { border-color: rgb(73,2,146); }
td.TdClassName
{
border-color: #490292;
}
.TagClassName
{
border-color: #490292;
}
</style>