Shades of Indigo #490B71
Tints of Indigo #490B71
RGB
CMYK
RGB Variations
Color information
#490B71 (or 0x490B71) is known color: Indigo. HEX triplet: 49, 0B and 71. RGB value is (73,11,113). Sum of RGB (Red+Green+Blue) = 73+11+113=197 (26% of max value = 765). Red value is 73 (28.91% from 255 or 37.06% from 197); Green value is 11 (4.69% from 255 or 5.58% from 197); Blue value is 113 (44.53% from 255 or 57.36% from 197); Max value from RGB is 113 - color contains mainly: blue. Hex color #490B71 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #490B71 is #B6F48E. Grayscale: #282828. Windows color (decimal): -11990159 or 7408457. OLE color: 7408457.
HSL color Cylindrical-coordinate representation of color #490B71: hue angle of 276.47º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #490B71 is Cyan = 0.35, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 73 | 11 | 113 | - |
| CMYK | 0.35 | 0.90 | 0 | 0.56 |
| HSL | 276.47º | 0.82% | 0.24% | - |
| HSV(B) | 276.47º | 0.9% | 0.44% | - |
| XYZ | 5.85 | 2.85 | 15.86 | - |
| YUV | 41.17 | 168.54 | 150.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 11 | 113 | 0.35 | 0.90 | 0 | 0.56 | 276.47 | 0.82 | 0.24 |
| Hex | 49 | B | 71 | 23 | 5A | 0 | 38 | 114 | 52 | 18 |
| Octal | 111 | 13 | 161 | 43 | 132 | 0 | 70 | 424 | 122 | 30 |
| Binary | 1001001 | 1011 | 1110001 | 100011 | 1011010 | 0 | 111000 | 100010100 | 1010010 | 11000 |
Color Harmonies of #490B71
Complementary color
Monochromatic Colors of #490B71
Black with #490B71
Text Example
Text Example
White with #490B71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490B71; }
p { color: rgb(73,11,113); }
H1.HeaderClassName
{
color: #490B71;
}
.AnyTagClassName
{
color: #490B71;
}
</style>
background-color css
<style>
a { background-color: #490B71; }
a { background-color: rgb(73,11,113); }
div.DivClassName
{
background-color: #490B71;
}
.BgClassName
{
background-color: #490B71;
}
</style>
border-color css
<style>
span { border-color: #490B71; }
span { border-color: rgb(73,11,113); }
td.TdClassName
{
border-color: #490B71;
}
.TagClassName
{
border-color: #490B71;
}
</style>