Shades of Indigo #490962
Tints of Indigo #490962
RGB
CMYK
RGB Variations
Color information
#490962 (or 0x490962) is known color: Indigo. HEX triplet: 49, 09 and 62. RGB value is (73,9,98). Sum of RGB (Red+Green+Blue) = 73+9+98=180 (23% of max value = 765). Red value is 73 (28.91% from 255 or 40.56% from 180); Green value is 9 (3.91% from 255 or 5% from 180); Blue value is 98 (38.67% from 255 or 54.44% from 180); Max value from RGB is 98 - color contains mainly: blue. Hex color #490962 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #490962 is #B6F69D. Grayscale: #252525. Windows color (decimal): -11990686 or 6424905. OLE color: 6424905.
HSL color Cylindrical-coordinate representation of color #490962: hue angle of 283.15º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #490962 is Cyan = 0.26, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 73 | 9 | 98 | - |
| CMYK | 0.26 | 0.91 | 0 | 0.62 |
| HSL | 283.15º | 0.83% | 0.21% | - |
| HSV(B) | 283.15º | 0.91% | 0.38% | - |
| XYZ | 5.05 | 2.49 | 11.77 | - |
| YUV | 38.28 | 161.7 | 152.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 9 | 98 | 0.26 | 0.91 | 0 | 0.62 | 283.15 | 0.83 | 0.21 |
| Hex | 49 | 9 | 62 | 1A | 5B | 0 | 3E | 11B | 53 | 15 |
| Octal | 111 | 11 | 142 | 32 | 133 | 0 | 76 | 433 | 123 | 25 |
| Binary | 1001001 | 1001 | 1100010 | 11010 | 1011011 | 0 | 111110 | 100011011 | 1010011 | 10101 |
Color Harmonies of #490962
Complementary color
Monochromatic Colors of #490962
Black with #490962
Text Example
Text Example
White with #490962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490962; }
p { color: rgb(73,9,98); }
H1.HeaderClassName
{
color: #490962;
}
.AnyTagClassName
{
color: #490962;
}
</style>
background-color css
<style>
a { background-color: #490962; }
a { background-color: rgb(73,9,98); }
div.DivClassName
{
background-color: #490962;
}
.BgClassName
{
background-color: #490962;
}
</style>
border-color css
<style>
span { border-color: #490962; }
span { border-color: rgb(73,9,98); }
td.TdClassName
{
border-color: #490962;
}
.TagClassName
{
border-color: #490962;
}
</style>