Shades of Indigo #490F7F
Tints of Indigo #490F7F
RGB
CMYK
RGB Variations
Color information
#490F7F (or 0x490F7F) is known color: Indigo. HEX triplet: 49, 0F and 7F. RGB value is (73,15,127). Sum of RGB (Red+Green+Blue) = 73+15+127=215 (28% of max value = 765). Red value is 73 (28.91% from 255 or 33.95% from 215); Green value is 15 (6.25% from 255 or 6.98% from 215); Blue value is 127 (50% from 255 or 59.07% from 215); Max value from RGB is 127 - color contains mainly: blue. Hex color #490F7F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #490F7F is #B6F080. Grayscale: #2C2C2C. Windows color (decimal): -11989121 or 8326985. OLE color: 8326985.
HSL color Cylindrical-coordinate representation of color #490F7F: hue angle of 271.07º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #490F7F is Cyan = 0.43, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 73 | 15 | 127 | - |
| CMYK | 0.43 | 0.88 | 0 | 0.50 |
| HSL | 271.07º | 0.79% | 0.28% | - |
| HSV(B) | 271.07º | 0.88% | 0.5% | - |
| XYZ | 6.75 | 3.29 | 20.36 | - |
| YUV | 45.11 | 174.22 | 147.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 15 | 127 | 0.43 | 0.88 | 0 | 0.50 | 271.07 | 0.79 | 0.28 |
| Hex | 49 | F | 7F | 2B | 58 | 0 | 32 | 10F | 4F | 1C |
| Octal | 111 | 17 | 177 | 53 | 130 | 0 | 62 | 417 | 117 | 34 |
| Binary | 1001001 | 1111 | 1111111 | 101011 | 1011000 | 0 | 110010 | 100001111 | 1001111 | 11100 |
Color Harmonies of #490F7F
Complementary color
Monochromatic Colors of #490F7F
Black with #490F7F
Text Example
Text Example
White with #490F7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490F7F; }
p { color: rgb(73,15,127); }
H1.HeaderClassName
{
color: #490F7F;
}
.AnyTagClassName
{
color: #490F7F;
}
</style>
background-color css
<style>
a { background-color: #490F7F; }
a { background-color: rgb(73,15,127); }
div.DivClassName
{
background-color: #490F7F;
}
.BgClassName
{
background-color: #490F7F;
}
</style>
border-color css
<style>
span { border-color: #490F7F; }
span { border-color: rgb(73,15,127); }
td.TdClassName
{
border-color: #490F7F;
}
.TagClassName
{
border-color: #490F7F;
}
</style>