Shades of Indigo #490E77
Tints of Indigo #490E77
RGB
CMYK
RGB Variations
Color information
#490E77 (or 0x490E77) is known color: Indigo. HEX triplet: 49, 0E and 77. RGB value is (73,14,119). Sum of RGB (Red+Green+Blue) = 73+14+119=206 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.44% from 206); Green value is 14 (5.86% from 255 or 6.80% from 206); Blue value is 119 (46.88% from 255 or 57.77% from 206); Max value from RGB is 119 - color contains mainly: blue. Hex color #490E77 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #490E77 is #B6F188. Grayscale: #2B2B2B. Windows color (decimal): -11989385 or 7802441. OLE color: 7802441.
HSL color Cylindrical-coordinate representation of color #490E77: hue angle of 273.71º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #490E77 is Cyan = 0.39, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 73 | 14 | 119 | - |
| CMYK | 0.39 | 0.88 | 0 | 0.53 |
| HSL | 273.71º | 0.79% | 0.26% | - |
| HSV(B) | 273.71º | 0.88% | 0.47% | - |
| XYZ | 6.23 | 3.06 | 17.72 | - |
| YUV | 43.61 | 170.55 | 148.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 14 | 119 | 0.39 | 0.88 | 0 | 0.53 | 273.71 | 0.79 | 0.26 |
| Hex | 49 | E | 77 | 27 | 58 | 0 | 35 | 112 | 4F | 1A |
| Octal | 111 | 16 | 167 | 47 | 130 | 0 | 65 | 422 | 117 | 32 |
| Binary | 1001001 | 1110 | 1110111 | 100111 | 1011000 | 0 | 110101 | 100010010 | 1001111 | 11010 |
Color Harmonies of #490E77
Complementary color
Monochromatic Colors of #490E77
Black with #490E77
Text Example
Text Example
White with #490E77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490E77; }
p { color: rgb(73,14,119); }
H1.HeaderClassName
{
color: #490E77;
}
.AnyTagClassName
{
color: #490E77;
}
</style>
background-color css
<style>
a { background-color: #490E77; }
a { background-color: rgb(73,14,119); }
div.DivClassName
{
background-color: #490E77;
}
.BgClassName
{
background-color: #490E77;
}
</style>
border-color css
<style>
span { border-color: #490E77; }
span { border-color: rgb(73,14,119); }
td.TdClassName
{
border-color: #490E77;
}
.TagClassName
{
border-color: #490E77;
}
</style>