Shades of Indigo #490366
Tints of Indigo #490366
RGB
CMYK
RGB Variations
Color information
#490366 (or 0x490366) is known color: Indigo. HEX triplet: 49, 03 and 66. RGB value is (73,3,102). Sum of RGB (Red+Green+Blue) = 73+3+102=178 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.01% from 178); Green value is 3 (1.56% from 255 or 1.69% from 178); Blue value is 102 (40.23% from 255 or 57.30% from 178); Max value from RGB is 102 - color contains mainly: blue. Hex color #490366 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #490366 is #B6FC99. Grayscale: #222222. Windows color (decimal): -11992218 or 6685513. OLE color: 6685513.
HSL color Cylindrical-coordinate representation of color #490366: hue angle of 282.42º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #490366 is Cyan = 0.28, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 73 | 3 | 102 | - |
| CMYK | 0.28 | 0.97 | 0 | 0.6 |
| HSL | 282.42º | 0.94% | 0.21% | - |
| HSV(B) | 282.42º | 0.97% | 0.4% | - |
| XYZ | 5.18 | 2.44 | 12.77 | - |
| YUV | 35.22 | 165.69 | 154.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 3 | 102 | 0.28 | 0.97 | 0 | 0.6 | 282.42 | 0.94 | 0.21 |
| Hex | 49 | 3 | 66 | 1C | 61 | 0 | 3C | 11A | 5E | 15 |
| Octal | 111 | 3 | 146 | 34 | 141 | 0 | 74 | 432 | 136 | 25 |
| Binary | 1001001 | 11 | 1100110 | 11100 | 1100001 | 0 | 111100 | 100011010 | 1011110 | 10101 |
Color Harmonies of #490366
Complementary color
Monochromatic Colors of #490366
Black with #490366
Text Example
Text Example
White with #490366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490366; }
p { color: rgb(73,3,102); }
H1.HeaderClassName
{
color: #490366;
}
.AnyTagClassName
{
color: #490366;
}
</style>
background-color css
<style>
a { background-color: #490366; }
a { background-color: rgb(73,3,102); }
div.DivClassName
{
background-color: #490366;
}
.BgClassName
{
background-color: #490366;
}
</style>
border-color css
<style>
span { border-color: #490366; }
span { border-color: rgb(73,3,102); }
td.TdClassName
{
border-color: #490366;
}
.TagClassName
{
border-color: #490366;
}
</style>