Shades of Indigo #490C6D
Tints of Indigo #490C6D
RGB
CMYK
RGB Variations
Color information
#490C6D (or 0x490C6D) is known color: Indigo. HEX triplet: 49, 0C and 6D. RGB value is (73,12,109). Sum of RGB (Red+Green+Blue) = 73+12+109=194 (25% of max value = 765). Red value is 73 (28.91% from 255 or 37.63% from 194); Green value is 12 (5.08% from 255 or 6.19% from 194); Blue value is 109 (42.97% from 255 or 56.19% from 194); Max value from RGB is 109 - color contains mainly: blue. Hex color #490C6D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #490C6D is #B6F392. Grayscale: #282828. Windows color (decimal): -11989907 or 7146569. OLE color: 7146569.
HSL color Cylindrical-coordinate representation of color #490C6D: hue angle of 277.73º degrees, saturation: 0.8, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #490C6D is Cyan = 0.33, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 73 | 12 | 109 | - |
| CMYK | 0.33 | 0.89 | 0 | 0.57 |
| HSL | 277.73º | 0.8% | 0.24% | - |
| HSV(B) | 277.73º | 0.89% | 0.43% | - |
| XYZ | 5.64 | 2.78 | 14.71 | - |
| YUV | 41.3 | 166.21 | 150.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 12 | 109 | 0.33 | 0.89 | 0 | 0.57 | 277.73 | 0.8 | 0.24 |
| Hex | 49 | C | 6D | 21 | 59 | 0 | 39 | 116 | 50 | 18 |
| Octal | 111 | 14 | 155 | 41 | 131 | 0 | 71 | 426 | 120 | 30 |
| Binary | 1001001 | 1100 | 1101101 | 100001 | 1011001 | 0 | 111001 | 100010110 | 1010000 | 11000 |
Color Harmonies of #490C6D
Complementary color
Monochromatic Colors of #490C6D
Black with #490C6D
Text Example
Text Example
White with #490C6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490C6D; }
p { color: rgb(73,12,109); }
H1.HeaderClassName
{
color: #490C6D;
}
.AnyTagClassName
{
color: #490C6D;
}
</style>
background-color css
<style>
a { background-color: #490C6D; }
a { background-color: rgb(73,12,109); }
div.DivClassName
{
background-color: #490C6D;
}
.BgClassName
{
background-color: #490C6D;
}
</style>
border-color css
<style>
span { border-color: #490C6D; }
span { border-color: rgb(73,12,109); }
td.TdClassName
{
border-color: #490C6D;
}
.TagClassName
{
border-color: #490C6D;
}
</style>