Shades of Indigo #490266
Tints of Indigo #490266
RGB
CMYK
RGB Variations
Color information
#490266 (or 0x490266) is known color: Indigo. HEX triplet: 49, 02 and 66. RGB value is (73,2,102). Sum of RGB (Red+Green+Blue) = 73+2+102=177 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.24% from 177); Green value is 2 (1.17% from 255 or 1.13% from 177); Blue value is 102 (40.23% from 255 or 57.63% from 177); Max value from RGB is 102 - color contains mainly: blue. Hex color #490266 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #490266 is #B6FD99. Grayscale: #222222. Windows color (decimal): -11992474 or 6685257. OLE color: 6685257.
HSL color Cylindrical-coordinate representation of color #490266: hue angle of 282.6º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #490266 is Cyan = 0.28, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 73 | 2 | 102 | - |
| CMYK | 0.28 | 0.98 | 0 | 0.6 |
| HSL | 282.6º | 0.96% | 0.2% | - |
| HSV(B) | 282.6º | 0.98% | 0.4% | - |
| XYZ | 5.17 | 2.42 | 12.76 | - |
| YUV | 34.63 | 166.02 | 155.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 2 | 102 | 0.28 | 0.98 | 0 | 0.6 | 282.6 | 0.96 | 0.2 |
| Hex | 49 | 2 | 66 | 1C | 62 | 0 | 3C | 11B | 60 | 14 |
| Octal | 111 | 2 | 146 | 34 | 142 | 0 | 74 | 433 | 140 | 24 |
| Binary | 1001001 | 10 | 1100110 | 11100 | 1100010 | 0 | 111100 | 100011011 | 1100000 | 10100 |
Color Harmonies of #490266
Complementary color
Monochromatic Colors of #490266
Black with #490266
Text Example
Text Example
White with #490266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490266; }
p { color: rgb(73,2,102); }
H1.HeaderClassName
{
color: #490266;
}
.AnyTagClassName
{
color: #490266;
}
</style>
background-color css
<style>
a { background-color: #490266; }
a { background-color: rgb(73,2,102); }
div.DivClassName
{
background-color: #490266;
}
.BgClassName
{
background-color: #490266;
}
</style>
border-color css
<style>
span { border-color: #490266; }
span { border-color: rgb(73,2,102); }
td.TdClassName
{
border-color: #490266;
}
.TagClassName
{
border-color: #490266;
}
</style>