Shades of Indigo #490066
Tints of Indigo #490066
RGB
CMYK
RGB Variations
Color information
#490066 (or 0x490066) is known color: Indigo. HEX triplet: 49, 00 and 66. RGB value is (73,0,102). Sum of RGB (Red+Green+Blue) = 73+0+102=175 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.71% from 175); Green value is 0 (0.39% from 255 or 0% from 175); Blue value is 102 (40.23% from 255 or 58.29% from 175); Max value from RGB is 102 - color contains mainly: blue. Hex color #490066 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #490066 is #B6FF99. Grayscale: #212121. Windows color (decimal): -11992986 or 6684745. OLE color: 6684745.
HSL color Cylindrical-coordinate representation of color #490066: hue angle of 282.94º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #490066 is Cyan = 0.28, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 73 | 0 | 102 | - |
| CMYK | 0.28 | 1 | 0 | 0.6 |
| HSL | 282.94º | 1% | 0.2% | - |
| HSV(B) | 282.94º | 1% | 0.4% | - |
| XYZ | 5.15 | 2.38 | 12.76 | - |
| YUV | 33.46 | 166.68 | 156.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 0 | 102 | 0.28 | 1 | 0 | 0.6 | 282.94 | 1 | 0.2 |
| Hex | 49 | 0 | 66 | 1C | 64 | 0 | 3C | 11B | 64 | 14 |
| Octal | 111 | 0 | 146 | 34 | 144 | 0 | 74 | 433 | 144 | 24 |
| Binary | 1001001 | 0 | 1100110 | 11100 | 1100100 | 0 | 111100 | 100011011 | 1100100 | 10100 |
Color Harmonies of #490066
Complementary color
Monochromatic Colors of #490066
Black with #490066
Text Example
Text Example
White with #490066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490066; }
p { color: rgb(73,0,102); }
H1.HeaderClassName
{
color: #490066;
}
.AnyTagClassName
{
color: #490066;
}
</style>
background-color css
<style>
a { background-color: #490066; }
a { background-color: rgb(73,0,102); }
div.DivClassName
{
background-color: #490066;
}
.BgClassName
{
background-color: #490066;
}
</style>
border-color css
<style>
span { border-color: #490066; }
span { border-color: rgb(73,0,102); }
td.TdClassName
{
border-color: #490066;
}
.TagClassName
{
border-color: #490066;
}
</style>