Shades of Indigo #490A95
Tints of Indigo #490A95
RGB
CMYK
RGB Variations
Color information
#490A95 (or 0x490A95) is known color: Indigo. HEX triplet: 49, 0A and 95. RGB value is (73,10,149). Sum of RGB (Red+Green+Blue) = 73+10+149=232 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.47% from 232); Green value is 10 (4.30% from 255 or 4.31% from 232); Blue value is 149 (58.59% from 255 or 64.22% from 232); Max value from RGB is 149 - color contains mainly: blue. Hex color #490A95 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #490A95 is #B6F56A. Grayscale: #2C2C2C. Windows color (decimal): -11990379 or 9767497. OLE color: 9767497.
HSL color Cylindrical-coordinate representation of color #490A95: hue angle of 267.19º degrees, saturation: 0.87, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #490A95 is Cyan = 0.51, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 73 | 10 | 149 | - |
| CMYK | 0.51 | 0.93 | 0 | 0.42 |
| HSL | 267.19º | 0.87% | 0.31% | - |
| HSV(B) | 267.19º | 0.93% | 0.58% | - |
| XYZ | 8.28 | 3.8 | 28.73 | - |
| YUV | 44.68 | 186.87 | 148.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 10 | 149 | 0.51 | 0.93 | 0 | 0.42 | 267.19 | 0.87 | 0.31 |
| Hex | 49 | A | 95 | 33 | 5D | 0 | 2A | 10B | 57 | 1F |
| Octal | 111 | 12 | 225 | 63 | 135 | 0 | 52 | 413 | 127 | 37 |
| Binary | 1001001 | 1010 | 10010101 | 110011 | 1011101 | 0 | 101010 | 100001011 | 1010111 | 11111 |
Color Harmonies of #490A95
Complementary color
Monochromatic Colors of #490A95
Black with #490A95
Text Example
Text Example
White with #490A95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490A95; }
p { color: rgb(73,10,149); }
H1.HeaderClassName
{
color: #490A95;
}
.AnyTagClassName
{
color: #490A95;
}
</style>
background-color css
<style>
a { background-color: #490A95; }
a { background-color: rgb(73,10,149); }
div.DivClassName
{
background-color: #490A95;
}
.BgClassName
{
background-color: #490A95;
}
</style>
border-color css
<style>
span { border-color: #490A95; }
span { border-color: rgb(73,10,149); }
td.TdClassName
{
border-color: #490A95;
}
.TagClassName
{
border-color: #490A95;
}
</style>