Shades of Indigo #490D76
Tints of Indigo #490D76
RGB
CMYK
RGB Variations
Color information
#490D76 (or 0x490D76) is known color: Indigo. HEX triplet: 49, 0D and 76. RGB value is (73,13,118). Sum of RGB (Red+Green+Blue) = 73+13+118=204 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.78% from 204); Green value is 13 (5.47% from 255 or 6.37% from 204); Blue value is 118 (46.48% from 255 or 57.84% from 204); Max value from RGB is 118 - color contains mainly: blue. Hex color #490D76 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #490D76 is #B6F289. Grayscale: #2A2A2A. Windows color (decimal): -11989642 or 7736649. OLE color: 7736649.
HSL color Cylindrical-coordinate representation of color #490D76: hue angle of 274.29º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #490D76 is Cyan = 0.38, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 73 | 13 | 118 | - |
| CMYK | 0.38 | 0.89 | 0 | 0.54 |
| HSL | 274.29º | 0.8% | 0.26% | - |
| HSV(B) | 274.29º | 0.89% | 0.46% | - |
| XYZ | 6.16 | 3.01 | 17.4 | - |
| YUV | 42.91 | 170.38 | 149.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 13 | 118 | 0.38 | 0.89 | 0 | 0.54 | 274.29 | 0.8 | 0.26 |
| Hex | 49 | D | 76 | 26 | 59 | 0 | 36 | 112 | 50 | 1A |
| Octal | 111 | 15 | 166 | 46 | 131 | 0 | 66 | 422 | 120 | 32 |
| Binary | 1001001 | 1101 | 1110110 | 100110 | 1011001 | 0 | 110110 | 100010010 | 1010000 | 11010 |
Color Harmonies of #490D76
Complementary color
Monochromatic Colors of #490D76
Black with #490D76
Text Example
Text Example
White with #490D76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490D76; }
p { color: rgb(73,13,118); }
H1.HeaderClassName
{
color: #490D76;
}
.AnyTagClassName
{
color: #490D76;
}
</style>
background-color css
<style>
a { background-color: #490D76; }
a { background-color: rgb(73,13,118); }
div.DivClassName
{
background-color: #490D76;
}
.BgClassName
{
background-color: #490D76;
}
</style>
border-color css
<style>
span { border-color: #490D76; }
span { border-color: rgb(73,13,118); }
td.TdClassName
{
border-color: #490D76;
}
.TagClassName
{
border-color: #490D76;
}
</style>