Shades of Indigo #490F85
Tints of Indigo #490F85
RGB
CMYK
RGB Variations
Color information
#490F85 (or 0x490F85) is known color: Indigo. HEX triplet: 49, 0F and 85. RGB value is (73,15,133). Sum of RGB (Red+Green+Blue) = 73+15+133=221 (29% of max value = 765). Red value is 73 (28.91% from 255 or 33.03% from 221); Green value is 15 (6.25% from 255 or 6.79% from 221); Blue value is 133 (52.34% from 255 or 60.18% from 221); Max value from RGB is 133 - color contains mainly: blue. Hex color #490F85 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #490F85 is #B6F07A. Grayscale: #2D2D2D. Windows color (decimal): -11989115 or 8720201. OLE color: 8720201.
HSL color Cylindrical-coordinate representation of color #490F85: hue angle of 269.49º 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 #490F85 is Cyan = 0.45, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 73 | 15 | 133 | - |
| CMYK | 0.45 | 0.89 | 0 | 0.48 |
| HSL | 269.49º | 0.8% | 0.29% | - |
| HSV(B) | 269.49º | 0.89% | 0.52% | - |
| XYZ | 7.15 | 3.45 | 22.48 | - |
| YUV | 45.79 | 177.22 | 147.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 15 | 133 | 0.45 | 0.89 | 0 | 0.48 | 269.49 | 0.8 | 0.29 |
| Hex | 49 | F | 85 | 2D | 59 | 0 | 30 | 10D | 50 | 1D |
| Octal | 111 | 17 | 205 | 55 | 131 | 0 | 60 | 415 | 120 | 35 |
| Binary | 1001001 | 1111 | 10000101 | 101101 | 1011001 | 0 | 110000 | 100001101 | 1010000 | 11101 |
Color Harmonies of #490F85
Complementary color
Monochromatic Colors of #490F85
Black with #490F85
Text Example
Text Example
White with #490F85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490F85; }
p { color: rgb(73,15,133); }
H1.HeaderClassName
{
color: #490F85;
}
.AnyTagClassName
{
color: #490F85;
}
</style>
background-color css
<style>
a { background-color: #490F85; }
a { background-color: rgb(73,15,133); }
div.DivClassName
{
background-color: #490F85;
}
.BgClassName
{
background-color: #490F85;
}
</style>
border-color css
<style>
span { border-color: #490F85; }
span { border-color: rgb(73,15,133); }
td.TdClassName
{
border-color: #490F85;
}
.TagClassName
{
border-color: #490F85;
}
</style>