Shades of Indigo #490F6C
Tints of Indigo #490F6C
RGB
CMYK
RGB Variations
Color information
#490F6C (or 0x490F6C) is known color: Indigo. HEX triplet: 49, 0F and 6C. RGB value is (73,15,108). Sum of RGB (Red+Green+Blue) = 73+15+108=196 (25% of max value = 765). Red value is 73 (28.91% from 255 or 37.24% from 196); Green value is 15 (6.25% from 255 or 7.65% from 196); Blue value is 108 (42.58% from 255 or 55.10% from 196); Max value from RGB is 108 - color contains mainly: blue. Hex color #490F6C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #490F6C is #B6F093. Grayscale: #2A2A2A. Windows color (decimal): -11989140 or 7081801. OLE color: 7081801.
HSL color Cylindrical-coordinate representation of color #490F6C: hue angle of 277.42º degrees, saturation: 0.76, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #490F6C is Cyan = 0.32, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 73 | 15 | 108 | - |
| CMYK | 0.32 | 0.86 | 0 | 0.58 |
| HSL | 277.42º | 0.76% | 0.24% | - |
| HSV(B) | 277.42º | 0.86% | 0.42% | - |
| XYZ | 5.63 | 2.84 | 14.44 | - |
| YUV | 42.94 | 164.72 | 149.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 15 | 108 | 0.32 | 0.86 | 0 | 0.58 | 277.42 | 0.76 | 0.24 |
| Hex | 49 | F | 6C | 20 | 56 | 0 | 3A | 115 | 4C | 18 |
| Octal | 111 | 17 | 154 | 40 | 126 | 0 | 72 | 425 | 114 | 30 |
| Binary | 1001001 | 1111 | 1101100 | 100000 | 1010110 | 0 | 111010 | 100010101 | 1001100 | 11000 |
Color Harmonies of #490F6C
Complementary color
Monochromatic Colors of #490F6C
Black with #490F6C
Text Example
Text Example
White with #490F6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490F6C; }
p { color: rgb(73,15,108); }
H1.HeaderClassName
{
color: #490F6C;
}
.AnyTagClassName
{
color: #490F6C;
}
</style>
background-color css
<style>
a { background-color: #490F6C; }
a { background-color: rgb(73,15,108); }
div.DivClassName
{
background-color: #490F6C;
}
.BgClassName
{
background-color: #490F6C;
}
</style>
border-color css
<style>
span { border-color: #490F6C; }
span { border-color: rgb(73,15,108); }
td.TdClassName
{
border-color: #490F6C;
}
.TagClassName
{
border-color: #490F6C;
}
</style>