Shades of Indigo #490B63
Tints of Indigo #490B63
RGB
CMYK
RGB Variations
Color information
#490B63 (or 0x490B63) is known color: Indigo. HEX triplet: 49, 0B and 63. RGB value is (73,11,99). Sum of RGB (Red+Green+Blue) = 73+11+99=183 (24% of max value = 765). Red value is 73 (28.91% from 255 or 39.89% from 183); Green value is 11 (4.69% from 255 or 6.01% from 183); Blue value is 99 (39.06% from 255 or 54.10% from 183); Max value from RGB is 99 - color contains mainly: blue. Hex color #490B63 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #490B63 is #B6F49C. Grayscale: #272727. Windows color (decimal): -11990173 or 6490953. OLE color: 6490953.
HSL color Cylindrical-coordinate representation of color #490B63: hue angle of 282.27º degrees, saturation: 0.8, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #490B63 is Cyan = 0.26, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 73 | 11 | 99 | - |
| CMYK | 0.26 | 0.89 | 0 | 0.61 |
| HSL | 282.27º | 0.8% | 0.22% | - |
| HSV(B) | 282.27º | 0.89% | 0.39% | - |
| XYZ | 5.12 | 2.56 | 12.03 | - |
| YUV | 39.57 | 161.54 | 151.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 11 | 99 | 0.26 | 0.89 | 0 | 0.61 | 282.27 | 0.8 | 0.22 |
| Hex | 49 | B | 63 | 1A | 59 | 0 | 3D | 11A | 50 | 16 |
| Octal | 111 | 13 | 143 | 32 | 131 | 0 | 75 | 432 | 120 | 26 |
| Binary | 1001001 | 1011 | 1100011 | 11010 | 1011001 | 0 | 111101 | 100011010 | 1010000 | 10110 |
Color Harmonies of #490B63
Complementary color
Monochromatic Colors of #490B63
Black with #490B63
Text Example
Text Example
White with #490B63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490B63; }
p { color: rgb(73,11,99); }
H1.HeaderClassName
{
color: #490B63;
}
.AnyTagClassName
{
color: #490B63;
}
</style>
background-color css
<style>
a { background-color: #490B63; }
a { background-color: rgb(73,11,99); }
div.DivClassName
{
background-color: #490B63;
}
.BgClassName
{
background-color: #490B63;
}
</style>
border-color css
<style>
span { border-color: #490B63; }
span { border-color: rgb(73,11,99); }
td.TdClassName
{
border-color: #490B63;
}
.TagClassName
{
border-color: #490B63;
}
</style>