Shades of Indigo #490663
Tints of Indigo #490663
RGB
CMYK
RGB Variations
Color information
#490663 (or 0x490663) is known color: Indigo. HEX triplet: 49, 06 and 63. RGB value is (73,6,99). Sum of RGB (Red+Green+Blue) = 73+6+99=178 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.01% from 178); Green value is 6 (2.73% from 255 or 3.37% from 178); Blue value is 99 (39.06% from 255 or 55.62% from 178); Max value from RGB is 99 - color contains mainly: blue. Hex color #490663 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #490663 is #B6F99C. Grayscale: #242424. Windows color (decimal): -11991453 or 6489673. OLE color: 6489673.
HSL color Cylindrical-coordinate representation of color #490663: hue angle of 283.23º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #490663 is Cyan = 0.26, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 73 | 6 | 99 | - |
| CMYK | 0.26 | 0.94 | 0 | 0.61 |
| HSL | 283.23º | 0.89% | 0.21% | - |
| HSV(B) | 283.23º | 0.94% | 0.39% | - |
| XYZ | 5.06 | 2.45 | 12.01 | - |
| YUV | 36.64 | 163.2 | 153.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 6 | 99 | 0.26 | 0.94 | 0 | 0.61 | 283.23 | 0.89 | 0.21 |
| Hex | 49 | 6 | 63 | 1A | 5E | 0 | 3D | 11B | 59 | 15 |
| Octal | 111 | 6 | 143 | 32 | 136 | 0 | 75 | 433 | 131 | 25 |
| Binary | 1001001 | 110 | 1100011 | 11010 | 1011110 | 0 | 111101 | 100011011 | 1011001 | 10101 |
Color Harmonies of #490663
Complementary color
Monochromatic Colors of #490663
Black with #490663
Text Example
Text Example
White with #490663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490663; }
p { color: rgb(73,6,99); }
H1.HeaderClassName
{
color: #490663;
}
.AnyTagClassName
{
color: #490663;
}
</style>
background-color css
<style>
a { background-color: #490663; }
a { background-color: rgb(73,6,99); }
div.DivClassName
{
background-color: #490663;
}
.BgClassName
{
background-color: #490663;
}
</style>
border-color css
<style>
span { border-color: #490663; }
span { border-color: rgb(73,6,99); }
td.TdClassName
{
border-color: #490663;
}
.TagClassName
{
border-color: #490663;
}
</style>