Shades of Indigo #490981
Tints of Indigo #490981
RGB
CMYK
RGB Variations
Color information
#490981 (or 0x490981) is known color: Indigo. HEX triplet: 49, 09 and 81. RGB value is (73,9,129). Sum of RGB (Red+Green+Blue) = 73+9+129=211 (27% of max value = 765). Red value is 73 (28.91% from 255 or 34.60% from 211); Green value is 9 (3.91% from 255 or 4.27% from 211); Blue value is 129 (50.78% from 255 or 61.14% from 211); Max value from RGB is 129 - color contains mainly: blue. Hex color #490981 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #490981 is #B6F67E. Grayscale: #292929. Windows color (decimal): -11990655 or 8456521. OLE color: 8456521.
HSL color Cylindrical-coordinate representation of color #490981: hue angle of 272º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #490981 is Cyan = 0.43, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 73 | 9 | 129 | - |
| CMYK | 0.43 | 0.93 | 0 | 0.49 |
| HSL | 272º | 0.87% | 0.27% | - |
| HSV(B) | 272º | 0.93% | 0.51% | - |
| XYZ | 6.81 | 3.2 | 21.03 | - |
| YUV | 41.82 | 177.2 | 150.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 9 | 129 | 0.43 | 0.93 | 0 | 0.49 | 272 | 0.87 | 0.27 |
| Hex | 49 | 9 | 81 | 2B | 5D | 0 | 31 | 110 | 57 | 1B |
| Octal | 111 | 11 | 201 | 53 | 135 | 0 | 61 | 420 | 127 | 33 |
| Binary | 1001001 | 1001 | 10000001 | 101011 | 1011101 | 0 | 110001 | 100010000 | 1010111 | 11011 |
Color Harmonies of #490981
Complementary color
Monochromatic Colors of #490981
Black with #490981
Text Example
Text Example
White with #490981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490981; }
p { color: rgb(73,9,129); }
H1.HeaderClassName
{
color: #490981;
}
.AnyTagClassName
{
color: #490981;
}
</style>
background-color css
<style>
a { background-color: #490981; }
a { background-color: rgb(73,9,129); }
div.DivClassName
{
background-color: #490981;
}
.BgClassName
{
background-color: #490981;
}
</style>
border-color css
<style>
span { border-color: #490981; }
span { border-color: rgb(73,9,129); }
td.TdClassName
{
border-color: #490981;
}
.TagClassName
{
border-color: #490981;
}
</style>