Shades of Indigo #490983
Tints of Indigo #490983
RGB
CMYK
RGB Variations
Color information
#490983 (or 0x490983) is known color: Indigo. HEX triplet: 49, 09 and 83. RGB value is (73,9,131). Sum of RGB (Red+Green+Blue) = 73+9+131=213 (28% of max value = 765). Red value is 73 (28.91% from 255 or 34.27% from 213); Green value is 9 (3.91% from 255 or 4.23% from 213); Blue value is 131 (51.56% from 255 or 61.50% from 213); Max value from RGB is 131 - color contains mainly: blue. Hex color #490983 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #490983 is #B6F67C. Grayscale: #292929. Windows color (decimal): -11990653 or 8587593. OLE color: 8587593.
HSL color Cylindrical-coordinate representation of color #490983: hue angle of 271.48º 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 #490983 is Cyan = 0.44, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 73 | 9 | 131 | - |
| CMYK | 0.44 | 0.93 | 0 | 0.49 |
| HSL | 271.48º | 0.87% | 0.27% | - |
| HSV(B) | 271.48º | 0.93% | 0.51% | - |
| XYZ | 6.94 | 3.25 | 21.73 | - |
| YUV | 42.04 | 178.2 | 150.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 9 | 131 | 0.44 | 0.93 | 0 | 0.49 | 271.48 | 0.87 | 0.27 |
| Hex | 49 | 9 | 83 | 2C | 5D | 0 | 31 | 10F | 57 | 1B |
| Octal | 111 | 11 | 203 | 54 | 135 | 0 | 61 | 417 | 127 | 33 |
| Binary | 1001001 | 1001 | 10000011 | 101100 | 1011101 | 0 | 110001 | 100001111 | 1010111 | 11011 |
Color Harmonies of #490983
Complementary color
Monochromatic Colors of #490983
Black with #490983
Text Example
Text Example
White with #490983
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490983; }
p { color: rgb(73,9,131); }
H1.HeaderClassName
{
color: #490983;
}
.AnyTagClassName
{
color: #490983;
}
</style>
background-color css
<style>
a { background-color: #490983; }
a { background-color: rgb(73,9,131); }
div.DivClassName
{
background-color: #490983;
}
.BgClassName
{
background-color: #490983;
}
</style>
border-color css
<style>
span { border-color: #490983; }
span { border-color: rgb(73,9,131); }
td.TdClassName
{
border-color: #490983;
}
.TagClassName
{
border-color: #490983;
}
</style>