Shades of Indigo #490B69
Tints of Indigo #490B69
RGB
CMYK
RGB Variations
Color information
#490B69 (or 0x490B69) is known color: Indigo. HEX triplet: 49, 0B and 69. RGB value is (73,11,105). Sum of RGB (Red+Green+Blue) = 73+11+105=189 (25% of max value = 765). Red value is 73 (28.91% from 255 or 38.62% from 189); Green value is 11 (4.69% from 255 or 5.82% from 189); Blue value is 105 (41.41% from 255 or 55.56% from 189); Max value from RGB is 105 - color contains mainly: blue. Hex color #490B69 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #490B69 is #B6F496. Grayscale: #272727. Windows color (decimal): -11990167 or 6884169. OLE color: 6884169.
HSL color Cylindrical-coordinate representation of color #490B69: hue angle of 279.57º degrees, saturation: 0.81, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #490B69 is Cyan = 0.30, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 73 | 11 | 105 | - |
| CMYK | 0.30 | 0.90 | 0 | 0.59 |
| HSL | 279.57º | 0.81% | 0.23% | - |
| HSV(B) | 279.57º | 0.9% | 0.41% | - |
| XYZ | 5.42 | 2.68 | 13.6 | - |
| YUV | 40.25 | 164.54 | 151.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 11 | 105 | 0.30 | 0.90 | 0 | 0.59 | 279.57 | 0.81 | 0.23 |
| Hex | 49 | B | 69 | 1E | 5A | 0 | 3B | 118 | 51 | 17 |
| Octal | 111 | 13 | 151 | 36 | 132 | 0 | 73 | 430 | 121 | 27 |
| Binary | 1001001 | 1011 | 1101001 | 11110 | 1011010 | 0 | 111011 | 100011000 | 1010001 | 10111 |
Color Harmonies of #490B69
Complementary color
Monochromatic Colors of #490B69
Black with #490B69
Text Example
Text Example
White with #490B69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490B69; }
p { color: rgb(73,11,105); }
H1.HeaderClassName
{
color: #490B69;
}
.AnyTagClassName
{
color: #490B69;
}
</style>
background-color css
<style>
a { background-color: #490B69; }
a { background-color: rgb(73,11,105); }
div.DivClassName
{
background-color: #490B69;
}
.BgClassName
{
background-color: #490B69;
}
</style>
border-color css
<style>
span { border-color: #490B69; }
span { border-color: rgb(73,11,105); }
td.TdClassName
{
border-color: #490B69;
}
.TagClassName
{
border-color: #490B69;
}
</style>