Shades of Indigo #490D66
Tints of Indigo #490D66
RGB
CMYK
RGB Variations
Color information
#490D66 (or 0x490D66) is known color: Indigo. HEX triplet: 49, 0D and 66. RGB value is (73,13,102). Sum of RGB (Red+Green+Blue) = 73+13+102=188 (24% of max value = 765). Red value is 73 (28.91% from 255 or 38.83% from 188); Green value is 13 (5.47% from 255 or 6.91% from 188); Blue value is 102 (40.23% from 255 or 54.26% from 188); Max value from RGB is 102 - color contains mainly: blue. Hex color #490D66 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #490D66 is #B6F299. Grayscale: #282828. Windows color (decimal): -11989658 or 6688073. OLE color: 6688073.
HSL color Cylindrical-coordinate representation of color #490D66: hue angle of 280.45º degrees, saturation: 0.77, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #490D66 is Cyan = 0.28, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 73 | 13 | 102 | - |
| CMYK | 0.28 | 0.87 | 0 | 0.6 |
| HSL | 280.45º | 0.77% | 0.23% | - |
| HSV(B) | 280.45º | 0.87% | 0.4% | - |
| XYZ | 5.29 | 2.66 | 12.81 | - |
| YUV | 41.09 | 162.38 | 150.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 13 | 102 | 0.28 | 0.87 | 0 | 0.6 | 280.45 | 0.77 | 0.23 |
| Hex | 49 | D | 66 | 1C | 57 | 0 | 3C | 118 | 4D | 17 |
| Octal | 111 | 15 | 146 | 34 | 127 | 0 | 74 | 430 | 115 | 27 |
| Binary | 1001001 | 1101 | 1100110 | 11100 | 1010111 | 0 | 111100 | 100011000 | 1001101 | 10111 |
Color Harmonies of #490D66
Complementary color
Monochromatic Colors of #490D66
Black with #490D66
Text Example
Text Example
White with #490D66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490D66; }
p { color: rgb(73,13,102); }
H1.HeaderClassName
{
color: #490D66;
}
.AnyTagClassName
{
color: #490D66;
}
</style>
background-color css
<style>
a { background-color: #490D66; }
a { background-color: rgb(73,13,102); }
div.DivClassName
{
background-color: #490D66;
}
.BgClassName
{
background-color: #490D66;
}
</style>
border-color css
<style>
span { border-color: #490D66; }
span { border-color: rgb(73,13,102); }
td.TdClassName
{
border-color: #490D66;
}
.TagClassName
{
border-color: #490D66;
}
</style>