Shades of Indigo #490F71
Tints of Indigo #490F71
RGB
CMYK
RGB Variations
Color information
#490F71 (or 0x490F71) is known color: Indigo. HEX triplet: 49, 0F and 71. RGB value is (73,15,113). Sum of RGB (Red+Green+Blue) = 73+15+113=201 (26% of max value = 765). Red value is 73 (28.91% from 255 or 36.32% from 201); Green value is 15 (6.25% from 255 or 7.46% from 201); Blue value is 113 (44.53% from 255 or 56.22% from 201); Max value from RGB is 113 - color contains mainly: blue. Hex color #490F71 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #490F71 is #B6F08E. Grayscale: #2B2B2B. Windows color (decimal): -11989135 or 7409481. OLE color: 7409481.
HSL color Cylindrical-coordinate representation of color #490F71: hue angle of 275.51º degrees, saturation: 0.77, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #490F71 is Cyan = 0.35, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 73 | 15 | 113 | - |
| CMYK | 0.35 | 0.87 | 0 | 0.56 |
| HSL | 275.51º | 0.77% | 0.25% | - |
| HSV(B) | 275.51º | 0.87% | 0.44% | - |
| XYZ | 5.9 | 2.95 | 15.88 | - |
| YUV | 43.51 | 167.22 | 149.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 15 | 113 | 0.35 | 0.87 | 0 | 0.56 | 275.51 | 0.77 | 0.25 |
| Hex | 49 | F | 71 | 23 | 57 | 0 | 38 | 114 | 4D | 19 |
| Octal | 111 | 17 | 161 | 43 | 127 | 0 | 70 | 424 | 115 | 31 |
| Binary | 1001001 | 1111 | 1110001 | 100011 | 1010111 | 0 | 111000 | 100010100 | 1001101 | 11001 |
Color Harmonies of #490F71
Complementary color
Monochromatic Colors of #490F71
Black with #490F71
Text Example
Text Example
White with #490F71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490F71; }
p { color: rgb(73,15,113); }
H1.HeaderClassName
{
color: #490F71;
}
.AnyTagClassName
{
color: #490F71;
}
</style>
background-color css
<style>
a { background-color: #490F71; }
a { background-color: rgb(73,15,113); }
div.DivClassName
{
background-color: #490F71;
}
.BgClassName
{
background-color: #490F71;
}
</style>
border-color css
<style>
span { border-color: #490F71; }
span { border-color: rgb(73,15,113); }
td.TdClassName
{
border-color: #490F71;
}
.TagClassName
{
border-color: #490F71;
}
</style>