Shades of Indigo #490B84
Tints of Indigo #490B84
RGB
CMYK
RGB Variations
Color information
#490B84 (or 0x490B84) is known color: Indigo. HEX triplet: 49, 0B and 84. RGB value is (73,11,132). Sum of RGB (Red+Green+Blue) = 73+11+132=216 (28% of max value = 765). Red value is 73 (28.91% from 255 or 33.80% from 216); Green value is 11 (4.69% from 255 or 5.09% from 216); Blue value is 132 (51.95% from 255 or 61.11% from 216); Max value from RGB is 132 - color contains mainly: blue. Hex color #490B84 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #490B84 is #B6F47B. Grayscale: #2A2A2A. Windows color (decimal): -11990140 or 8653641. OLE color: 8653641.
HSL color Cylindrical-coordinate representation of color #490B84: hue angle of 270.74º degrees, saturation: 0.85, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #490B84 is Cyan = 0.45, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 73 | 11 | 132 | - |
| CMYK | 0.45 | 0.92 | 0 | 0.48 |
| HSL | 270.74º | 0.85% | 0.28% | - |
| HSV(B) | 270.74º | 0.92% | 0.52% | - |
| XYZ | 7.03 | 3.32 | 22.1 | - |
| YUV | 43.33 | 178.04 | 149.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 11 | 132 | 0.45 | 0.92 | 0 | 0.48 | 270.74 | 0.85 | 0.28 |
| Hex | 49 | B | 84 | 2D | 5C | 0 | 30 | 10F | 55 | 1C |
| Octal | 111 | 13 | 204 | 55 | 134 | 0 | 60 | 417 | 125 | 34 |
| Binary | 1001001 | 1011 | 10000100 | 101101 | 1011100 | 0 | 110000 | 100001111 | 1010101 | 11100 |
Color Harmonies of #490B84
Complementary color
Monochromatic Colors of #490B84
Black with #490B84
Text Example
Text Example
White with #490B84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490B84; }
p { color: rgb(73,11,132); }
H1.HeaderClassName
{
color: #490B84;
}
.AnyTagClassName
{
color: #490B84;
}
</style>
background-color css
<style>
a { background-color: #490B84; }
a { background-color: rgb(73,11,132); }
div.DivClassName
{
background-color: #490B84;
}
.BgClassName
{
background-color: #490B84;
}
</style>
border-color css
<style>
span { border-color: #490B84; }
span { border-color: rgb(73,11,132); }
td.TdClassName
{
border-color: #490B84;
}
.TagClassName
{
border-color: #490B84;
}
</style>