Shades of Indigo #490595
Tints of Indigo #490595
RGB
CMYK
RGB Variations
Color information
#490595 (or 0x490595) is known color: Indigo. HEX triplet: 49, 05 and 95. RGB value is (73,5,149). Sum of RGB (Red+Green+Blue) = 73+5+149=227 (30% of max value = 765). Red value is 73 (28.91% from 255 or 32.16% from 227); Green value is 5 (2.34% from 255 or 2.20% from 227); Blue value is 149 (58.59% from 255 or 65.64% from 227); Max value from RGB is 149 - color contains mainly: blue. Hex color #490595 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #490595 is #B6FA6A. Grayscale: #292929. Windows color (decimal): -11991659 or 9766217. OLE color: 9766217.
HSL color Cylindrical-coordinate representation of color #490595: hue angle of 268.33º degrees, saturation: 0.94, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #490595 is Cyan = 0.51, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 73 | 5 | 149 | - |
| CMYK | 0.51 | 0.97 | 0 | 0.42 |
| HSL | 268.33º | 0.94% | 0.3% | - |
| HSV(B) | 268.33º | 0.97% | 0.58% | - |
| XYZ | 8.23 | 3.69 | 28.71 | - |
| YUV | 41.75 | 188.53 | 150.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 5 | 149 | 0.51 | 0.97 | 0 | 0.42 | 268.33 | 0.94 | 0.3 |
| Hex | 49 | 5 | 95 | 33 | 61 | 0 | 2A | 10C | 5E | 1E |
| Octal | 111 | 5 | 225 | 63 | 141 | 0 | 52 | 414 | 136 | 36 |
| Binary | 1001001 | 101 | 10010101 | 110011 | 1100001 | 0 | 101010 | 100001100 | 1011110 | 11110 |
Color Harmonies of #490595
Complementary color
Monochromatic Colors of #490595
Black with #490595
Text Example
Text Example
White with #490595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490595; }
p { color: rgb(73,5,149); }
H1.HeaderClassName
{
color: #490595;
}
.AnyTagClassName
{
color: #490595;
}
</style>
background-color css
<style>
a { background-color: #490595; }
a { background-color: rgb(73,5,149); }
div.DivClassName
{
background-color: #490595;
}
.BgClassName
{
background-color: #490595;
}
</style>
border-color css
<style>
span { border-color: #490595; }
span { border-color: rgb(73,5,149); }
td.TdClassName
{
border-color: #490595;
}
.TagClassName
{
border-color: #490595;
}
</style>