Shades of Indigo #490982
Tints of Indigo #490982
RGB
CMYK
RGB Variations
Color information
#490982 (or 0x490982) is known color: Indigo. HEX triplet: 49, 09 and 82. RGB value is (73,9,130). Sum of RGB (Red+Green+Blue) = 73+9+130=212 (28% of max value = 765). Red value is 73 (28.91% from 255 or 34.43% from 212); Green value is 9 (3.91% from 255 or 4.25% from 212); Blue value is 130 (51.17% from 255 or 61.32% from 212); Max value from RGB is 130 - color contains mainly: blue. Hex color #490982 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #490982 is #B6F67D. Grayscale: #292929. Windows color (decimal): -11990654 or 8522057. OLE color: 8522057.
HSL color Cylindrical-coordinate representation of color #490982: hue angle of 271.74º 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 #490982 is Cyan = 0.44, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 73 | 9 | 130 | - |
| CMYK | 0.44 | 0.93 | 0 | 0.49 |
| HSL | 271.74º | 0.87% | 0.27% | - |
| HSV(B) | 271.74º | 0.93% | 0.51% | - |
| XYZ | 6.87 | 3.22 | 21.38 | - |
| YUV | 41.93 | 177.7 | 150.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 9 | 130 | 0.44 | 0.93 | 0 | 0.49 | 271.74 | 0.87 | 0.27 |
| Hex | 49 | 9 | 82 | 2C | 5D | 0 | 31 | 110 | 57 | 1B |
| Octal | 111 | 11 | 202 | 54 | 135 | 0 | 61 | 420 | 127 | 33 |
| Binary | 1001001 | 1001 | 10000010 | 101100 | 1011101 | 0 | 110001 | 100010000 | 1010111 | 11011 |
Color Harmonies of #490982
Complementary color
Monochromatic Colors of #490982
Black with #490982
Text Example
Text Example
White with #490982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490982; }
p { color: rgb(73,9,130); }
H1.HeaderClassName
{
color: #490982;
}
.AnyTagClassName
{
color: #490982;
}
</style>
background-color css
<style>
a { background-color: #490982; }
a { background-color: rgb(73,9,130); }
div.DivClassName
{
background-color: #490982;
}
.BgClassName
{
background-color: #490982;
}
</style>
border-color css
<style>
span { border-color: #490982; }
span { border-color: rgb(73,9,130); }
td.TdClassName
{
border-color: #490982;
}
.TagClassName
{
border-color: #490982;
}
</style>