Shades of Indigo #490762
Tints of Indigo #490762
RGB
CMYK
RGB Variations
Color information
#490762 (or 0x490762) is known color: Indigo. HEX triplet: 49, 07 and 62. RGB value is (73,7,98). Sum of RGB (Red+Green+Blue) = 73+7+98=178 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.01% from 178); Green value is 7 (3.12% from 255 or 3.93% from 178); Blue value is 98 (38.67% from 255 or 55.06% from 178); Max value from RGB is 98 - color contains mainly: blue. Hex color #490762 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #490762 is #B6F89D. Grayscale: #242424. Windows color (decimal): -11991198 or 6424393. OLE color: 6424393.
HSL color Cylindrical-coordinate representation of color #490762: hue angle of 283.52º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #490762 is Cyan = 0.26, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 73 | 7 | 98 | - |
| CMYK | 0.26 | 0.93 | 0 | 0.62 |
| HSL | 283.52º | 0.87% | 0.21% | - |
| HSV(B) | 283.52º | 0.93% | 0.38% | - |
| XYZ | 5.03 | 2.45 | 11.76 | - |
| YUV | 37.11 | 162.37 | 153.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 7 | 98 | 0.26 | 0.93 | 0 | 0.62 | 283.52 | 0.87 | 0.21 |
| Hex | 49 | 7 | 62 | 1A | 5D | 0 | 3E | 11C | 57 | 15 |
| Octal | 111 | 7 | 142 | 32 | 135 | 0 | 76 | 434 | 127 | 25 |
| Binary | 1001001 | 111 | 1100010 | 11010 | 1011101 | 0 | 111110 | 100011100 | 1010111 | 10101 |
Color Harmonies of #490762
Complementary color
Monochromatic Colors of #490762
Black with #490762
Text Example
Text Example
White with #490762
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490762; }
p { color: rgb(73,7,98); }
H1.HeaderClassName
{
color: #490762;
}
.AnyTagClassName
{
color: #490762;
}
</style>
background-color css
<style>
a { background-color: #490762; }
a { background-color: rgb(73,7,98); }
div.DivClassName
{
background-color: #490762;
}
.BgClassName
{
background-color: #490762;
}
</style>
border-color css
<style>
span { border-color: #490762; }
span { border-color: rgb(73,7,98); }
td.TdClassName
{
border-color: #490762;
}
.TagClassName
{
border-color: #490762;
}
</style>