Shades of Indigo #490976
Tints of Indigo #490976
RGB
CMYK
RGB Variations
Color information
#490976 (or 0x490976) is known color: Indigo. HEX triplet: 49, 09 and 76. RGB value is (73,9,118). Sum of RGB (Red+Green+Blue) = 73+9+118=200 (26% of max value = 765). Red value is 73 (28.91% from 255 or 36.5% from 200); Green value is 9 (3.91% from 255 or 4.5% from 200); Blue value is 118 (46.48% from 255 or 59% from 200); Max value from RGB is 118 - color contains mainly: blue. Hex color #490976 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #490976 is #B6F689. Grayscale: #282828. Windows color (decimal): -11990666 or 7735625. OLE color: 7735625.
HSL color Cylindrical-coordinate representation of color #490976: hue angle of 275.23º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #490976 is Cyan = 0.38, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 73 | 9 | 118 | - |
| CMYK | 0.38 | 0.92 | 0 | 0.54 |
| HSL | 275.23º | 0.86% | 0.25% | - |
| HSV(B) | 275.23º | 0.92% | 0.46% | - |
| XYZ | 6.12 | 2.92 | 17.38 | - |
| YUV | 40.56 | 171.7 | 151.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 9 | 118 | 0.38 | 0.92 | 0 | 0.54 | 275.23 | 0.86 | 0.25 |
| Hex | 49 | 9 | 76 | 26 | 5C | 0 | 36 | 113 | 56 | 19 |
| Octal | 111 | 11 | 166 | 46 | 134 | 0 | 66 | 423 | 126 | 31 |
| Binary | 1001001 | 1001 | 1110110 | 100110 | 1011100 | 0 | 110110 | 100010011 | 1010110 | 11001 |
Color Harmonies of #490976
Complementary color
Monochromatic Colors of #490976
Black with #490976
Text Example
Text Example
White with #490976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490976; }
p { color: rgb(73,9,118); }
H1.HeaderClassName
{
color: #490976;
}
.AnyTagClassName
{
color: #490976;
}
</style>
background-color css
<style>
a { background-color: #490976; }
a { background-color: rgb(73,9,118); }
div.DivClassName
{
background-color: #490976;
}
.BgClassName
{
background-color: #490976;
}
</style>
border-color css
<style>
span { border-color: #490976; }
span { border-color: rgb(73,9,118); }
td.TdClassName
{
border-color: #490976;
}
.TagClassName
{
border-color: #490976;
}
</style>