Shades of Indigo #490D6F
Tints of Indigo #490D6F
RGB
CMYK
RGB Variations
Color information
#490D6F (or 0x490D6F) is known color: Indigo. HEX triplet: 49, 0D and 6F. RGB value is (73,13,111). Sum of RGB (Red+Green+Blue) = 73+13+111=197 (26% of max value = 765). Red value is 73 (28.91% from 255 or 37.06% from 197); Green value is 13 (5.47% from 255 or 6.60% from 197); Blue value is 111 (43.75% from 255 or 56.35% from 197); Max value from RGB is 111 - color contains mainly: blue. Hex color #490D6F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #490D6F is #B6F290. Grayscale: #292929. Windows color (decimal): -11989649 or 7277897. OLE color: 7277897.
HSL color Cylindrical-coordinate representation of color #490D6F: hue angle of 276.73º degrees, saturation: 0.79, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #490D6F is Cyan = 0.34, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 73 | 13 | 111 | - |
| CMYK | 0.34 | 0.88 | 0 | 0.56 |
| HSL | 276.73º | 0.79% | 0.24% | - |
| HSV(B) | 276.73º | 0.88% | 0.44% | - |
| XYZ | 5.76 | 2.85 | 15.29 | - |
| YUV | 42.11 | 166.88 | 150.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 13 | 111 | 0.34 | 0.88 | 0 | 0.56 | 276.73 | 0.79 | 0.24 |
| Hex | 49 | D | 6F | 22 | 58 | 0 | 38 | 115 | 4F | 18 |
| Octal | 111 | 15 | 157 | 42 | 130 | 0 | 70 | 425 | 117 | 30 |
| Binary | 1001001 | 1101 | 1101111 | 100010 | 1011000 | 0 | 111000 | 100010101 | 1001111 | 11000 |
Color Harmonies of #490D6F
Complementary color
Monochromatic Colors of #490D6F
Black with #490D6F
Text Example
Text Example
White with #490D6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490D6F; }
p { color: rgb(73,13,111); }
H1.HeaderClassName
{
color: #490D6F;
}
.AnyTagClassName
{
color: #490D6F;
}
</style>
background-color css
<style>
a { background-color: #490D6F; }
a { background-color: rgb(73,13,111); }
div.DivClassName
{
background-color: #490D6F;
}
.BgClassName
{
background-color: #490D6F;
}
</style>
border-color css
<style>
span { border-color: #490D6F; }
span { border-color: rgb(73,13,111); }
td.TdClassName
{
border-color: #490D6F;
}
.TagClassName
{
border-color: #490D6F;
}
</style>