Shades of Indigo #490996
Tints of Indigo #490996
RGB
CMYK
RGB Variations
Color information
#490996 (or 0x490996) is known color: Indigo. HEX triplet: 49, 09 and 96. RGB value is (73,9,150). Sum of RGB (Red+Green+Blue) = 73+9+150=232 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.47% from 232); Green value is 9 (3.91% from 255 or 3.88% from 232); Blue value is 150 (58.98% from 255 or 64.66% from 232); Max value from RGB is 150 - color contains mainly: blue. Hex color #490996 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #490996 is #B6F669. Grayscale: #2B2B2B. Windows color (decimal): -11990634 or 9832777. OLE color: 9832777.
HSL color Cylindrical-coordinate representation of color #490996: hue angle of 267.23º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #490996 is Cyan = 0.51, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 73 | 9 | 150 | - |
| CMYK | 0.51 | 0.94 | 0 | 0.41 |
| HSL | 267.23º | 0.89% | 0.31% | - |
| HSV(B) | 267.23º | 0.94% | 0.59% | - |
| XYZ | 8.35 | 3.81 | 29.15 | - |
| YUV | 44.21 | 187.7 | 148.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 9 | 150 | 0.51 | 0.94 | 0 | 0.41 | 267.23 | 0.89 | 0.31 |
| Hex | 49 | 9 | 96 | 33 | 5E | 0 | 29 | 10B | 59 | 1F |
| Octal | 111 | 11 | 226 | 63 | 136 | 0 | 51 | 413 | 131 | 37 |
| Binary | 1001001 | 1001 | 10010110 | 110011 | 1011110 | 0 | 101001 | 100001011 | 1011001 | 11111 |
Color Harmonies of #490996
Complementary color
Monochromatic Colors of #490996
Black with #490996
Text Example
Text Example
White with #490996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490996; }
p { color: rgb(73,9,150); }
H1.HeaderClassName
{
color: #490996;
}
.AnyTagClassName
{
color: #490996;
}
</style>
background-color css
<style>
a { background-color: #490996; }
a { background-color: rgb(73,9,150); }
div.DivClassName
{
background-color: #490996;
}
.BgClassName
{
background-color: #490996;
}
</style>
border-color css
<style>
span { border-color: #490996; }
span { border-color: rgb(73,9,150); }
td.TdClassName
{
border-color: #490996;
}
.TagClassName
{
border-color: #490996;
}
</style>