Shades of Indigo #490776
Tints of Indigo #490776
RGB
CMYK
RGB Variations
Color information
#490776 (or 0x490776) is known color: Indigo. HEX triplet: 49, 07 and 76. RGB value is (73,7,118). Sum of RGB (Red+Green+Blue) = 73+7+118=198 (26% of max value = 765). Red value is 73 (28.91% from 255 or 36.87% from 198); Green value is 7 (3.12% from 255 or 3.54% from 198); Blue value is 118 (46.48% from 255 or 59.60% from 198); Max value from RGB is 118 - color contains mainly: blue. Hex color #490776 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #490776 is #B6F889. Grayscale: #272727. Windows color (decimal): -11991178 or 7735113. OLE color: 7735113.
HSL color Cylindrical-coordinate representation of color #490776: hue angle of 275.68º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #490776 is Cyan = 0.38, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 73 | 7 | 118 | - |
| CMYK | 0.38 | 0.94 | 0 | 0.54 |
| HSL | 275.68º | 0.89% | 0.25% | - |
| HSV(B) | 275.68º | 0.94% | 0.46% | - |
| XYZ | 6.09 | 2.88 | 17.37 | - |
| YUV | 39.39 | 172.37 | 151.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 7 | 118 | 0.38 | 0.94 | 0 | 0.54 | 275.68 | 0.89 | 0.25 |
| Hex | 49 | 7 | 76 | 26 | 5E | 0 | 36 | 114 | 59 | 19 |
| Octal | 111 | 7 | 166 | 46 | 136 | 0 | 66 | 424 | 131 | 31 |
| Binary | 1001001 | 111 | 1110110 | 100110 | 1011110 | 0 | 110110 | 100010100 | 1011001 | 11001 |
Color Harmonies of #490776
Complementary color
Monochromatic Colors of #490776
Black with #490776
Text Example
Text Example
White with #490776
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490776; }
p { color: rgb(73,7,118); }
H1.HeaderClassName
{
color: #490776;
}
.AnyTagClassName
{
color: #490776;
}
</style>
background-color css
<style>
a { background-color: #490776; }
a { background-color: rgb(73,7,118); }
div.DivClassName
{
background-color: #490776;
}
.BgClassName
{
background-color: #490776;
}
</style>
border-color css
<style>
span { border-color: #490776; }
span { border-color: rgb(73,7,118); }
td.TdClassName
{
border-color: #490776;
}
.TagClassName
{
border-color: #490776;
}
</style>