Shades of Indigo #490176
Tints of Indigo #490176
RGB
CMYK
RGB Variations
Color information
#490176 (or 0x490176) is known color: Indigo. HEX triplet: 49, 01 and 76. RGB value is (73,1,118). Sum of RGB (Red+Green+Blue) = 73+1+118=192 (25% of max value = 765). Red value is 73 (28.91% from 255 or 38.02% from 192); Green value is 1 (0.78% from 255 or 0.52% from 192); Blue value is 118 (46.48% from 255 or 61.46% from 192); Max value from RGB is 118 - color contains mainly: blue. Hex color #490176 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #490176 is #B6FE89. Grayscale: #232323. Windows color (decimal): -11992714 or 7733577. OLE color: 7733577.
HSL color Cylindrical-coordinate representation of color #490176: hue angle of 276.92º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #490176 is Cyan = 0.38, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 73 | 1 | 118 | - |
| CMYK | 0.38 | 0.99 | 0 | 0.54 |
| HSL | 276.92º | 0.98% | 0.23% | - |
| HSV(B) | 276.92º | 0.99% | 0.46% | - |
| XYZ | 6.03 | 2.75 | 17.35 | - |
| YUV | 35.87 | 174.35 | 154.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 1 | 118 | 0.38 | 0.99 | 0 | 0.54 | 276.92 | 0.98 | 0.23 |
| Hex | 49 | 1 | 76 | 26 | 63 | 0 | 36 | 115 | 62 | 17 |
| Octal | 111 | 1 | 166 | 46 | 143 | 0 | 66 | 425 | 142 | 27 |
| Binary | 1001001 | 1 | 1110110 | 100110 | 1100011 | 0 | 110110 | 100010101 | 1100010 | 10111 |
Color Harmonies of #490176
Complementary color
Monochromatic Colors of #490176
Black with #490176
Text Example
Text Example
White with #490176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490176; }
p { color: rgb(73,1,118); }
H1.HeaderClassName
{
color: #490176;
}
.AnyTagClassName
{
color: #490176;
}
</style>
background-color css
<style>
a { background-color: #490176; }
a { background-color: rgb(73,1,118); }
div.DivClassName
{
background-color: #490176;
}
.BgClassName
{
background-color: #490176;
}
</style>
border-color css
<style>
span { border-color: #490176; }
span { border-color: rgb(73,1,118); }
td.TdClassName
{
border-color: #490176;
}
.TagClassName
{
border-color: #490176;
}
</style>