Shades of Indigo #490F84
Tints of Indigo #490F84
RGB
CMYK
RGB Variations
Color information
#490F84 (or 0x490F84) is known color: Indigo. HEX triplet: 49, 0F and 84. RGB value is (73,15,132). Sum of RGB (Red+Green+Blue) = 73+15+132=220 (29% of max value = 765). Red value is 73 (28.91% from 255 or 33.18% from 220); Green value is 15 (6.25% from 255 or 6.82% from 220); Blue value is 132 (51.95% from 255 or 60% from 220); Max value from RGB is 132 - color contains mainly: blue. Hex color #490F84 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #490F84 is #B6F07B. Grayscale: #2D2D2D. Windows color (decimal): -11989116 or 8654665. OLE color: 8654665.
HSL color Cylindrical-coordinate representation of color #490F84: hue angle of 269.74º degrees, saturation: 0.8, 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 #490F84 is Cyan = 0.45, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 73 | 15 | 132 | - |
| CMYK | 0.45 | 0.89 | 0 | 0.48 |
| HSL | 269.74º | 0.8% | 0.29% | - |
| HSV(B) | 269.74º | 0.89% | 0.52% | - |
| XYZ | 7.08 | 3.42 | 22.12 | - |
| YUV | 45.68 | 176.72 | 147.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 15 | 132 | 0.45 | 0.89 | 0 | 0.48 | 269.74 | 0.8 | 0.29 |
| Hex | 49 | F | 84 | 2D | 59 | 0 | 30 | 10E | 50 | 1D |
| Octal | 111 | 17 | 204 | 55 | 131 | 0 | 60 | 416 | 120 | 35 |
| Binary | 1001001 | 1111 | 10000100 | 101101 | 1011001 | 0 | 110000 | 100001110 | 1010000 | 11101 |
Color Harmonies of #490F84
Complementary color
Monochromatic Colors of #490F84
Black with #490F84
Text Example
Text Example
White with #490F84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490F84; }
p { color: rgb(73,15,132); }
H1.HeaderClassName
{
color: #490F84;
}
.AnyTagClassName
{
color: #490F84;
}
</style>
background-color css
<style>
a { background-color: #490F84; }
a { background-color: rgb(73,15,132); }
div.DivClassName
{
background-color: #490F84;
}
.BgClassName
{
background-color: #490F84;
}
</style>
border-color css
<style>
span { border-color: #490F84; }
span { border-color: rgb(73,15,132); }
td.TdClassName
{
border-color: #490F84;
}
.TagClassName
{
border-color: #490F84;
}
</style>