Shades of Indigo #490E84
Tints of Indigo #490E84
RGB
CMYK
RGB Variations
Color information
#490E84 (or 0x490E84) is known color: Indigo. HEX triplet: 49, 0E and 84. RGB value is (73,14,132). Sum of RGB (Red+Green+Blue) = 73+14+132=219 (29% of max value = 765). Red value is 73 (28.91% from 255 or 33.33% from 219); Green value is 14 (5.86% from 255 or 6.39% from 219); Blue value is 132 (51.95% from 255 or 60.27% from 219); Max value from RGB is 132 - color contains mainly: blue. Hex color #490E84 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #490E84 is #B6F17B. Grayscale: #2C2C2C. Windows color (decimal): -11989372 or 8654409. OLE color: 8654409.
HSL color Cylindrical-coordinate representation of color #490E84: hue angle of 270º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #490E84 is Cyan = 0.45, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 73 | 14 | 132 | - |
| CMYK | 0.45 | 0.89 | 0 | 0.48 |
| HSL | 270º | 0.81% | 0.29% | - |
| HSV(B) | 270º | 0.89% | 0.52% | - |
| XYZ | 7.07 | 3.4 | 22.11 | - |
| YUV | 45.09 | 177.05 | 147.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 14 | 132 | 0.45 | 0.89 | 0 | 0.48 | 270 | 0.81 | 0.29 |
| Hex | 49 | E | 84 | 2D | 59 | 0 | 30 | 10E | 51 | 1D |
| Octal | 111 | 16 | 204 | 55 | 131 | 0 | 60 | 416 | 121 | 35 |
| Binary | 1001001 | 1110 | 10000100 | 101101 | 1011001 | 0 | 110000 | 100001110 | 1010001 | 11101 |
Color Harmonies of #490E84
Complementary color
Monochromatic Colors of #490E84
Black with #490E84
Text Example
Text Example
White with #490E84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490E84; }
p { color: rgb(73,14,132); }
H1.HeaderClassName
{
color: #490E84;
}
.AnyTagClassName
{
color: #490E84;
}
</style>
background-color css
<style>
a { background-color: #490E84; }
a { background-color: rgb(73,14,132); }
div.DivClassName
{
background-color: #490E84;
}
.BgClassName
{
background-color: #490E84;
}
</style>
border-color css
<style>
span { border-color: #490E84; }
span { border-color: rgb(73,14,132); }
td.TdClassName
{
border-color: #490E84;
}
.TagClassName
{
border-color: #490E84;
}
</style>