Shades of Indigo #490F6B
Tints of Indigo #490F6B
RGB
CMYK
RGB Variations
Color information
#490F6B (or 0x490F6B) is known color: Indigo. HEX triplet: 49, 0F and 6B. RGB value is (73,15,107). Sum of RGB (Red+Green+Blue) = 73+15+107=195 (25% of max value = 765). Red value is 73 (28.91% from 255 or 37.44% from 195); Green value is 15 (6.25% from 255 or 7.69% from 195); Blue value is 107 (42.19% from 255 or 54.87% from 195); Max value from RGB is 107 - color contains mainly: blue. Hex color #490F6B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #490F6B is #B6F094. Grayscale: #2A2A2A. Windows color (decimal): -11989141 or 7016265. OLE color: 7016265.
HSL color Cylindrical-coordinate representation of color #490F6B: hue angle of 277.83º degrees, saturation: 0.75, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #490F6B is Cyan = 0.32, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 73 | 15 | 107 | - |
| CMYK | 0.32 | 0.86 | 0 | 0.58 |
| HSL | 277.83º | 0.75% | 0.24% | - |
| HSV(B) | 277.83º | 0.86% | 0.42% | - |
| XYZ | 5.57 | 2.82 | 14.16 | - |
| YUV | 42.83 | 164.22 | 149.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 15 | 107 | 0.32 | 0.86 | 0 | 0.58 | 277.83 | 0.75 | 0.24 |
| Hex | 49 | F | 6B | 20 | 56 | 0 | 3A | 116 | 4B | 18 |
| Octal | 111 | 17 | 153 | 40 | 126 | 0 | 72 | 426 | 113 | 30 |
| Binary | 1001001 | 1111 | 1101011 | 100000 | 1010110 | 0 | 111010 | 100010110 | 1001011 | 11000 |
Color Harmonies of #490F6B
Complementary color
Monochromatic Colors of #490F6B
Black with #490F6B
Text Example
Text Example
White with #490F6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490F6B; }
p { color: rgb(73,15,107); }
H1.HeaderClassName
{
color: #490F6B;
}
.AnyTagClassName
{
color: #490F6B;
}
</style>
background-color css
<style>
a { background-color: #490F6B; }
a { background-color: rgb(73,15,107); }
div.DivClassName
{
background-color: #490F6B;
}
.BgClassName
{
background-color: #490F6B;
}
</style>
border-color css
<style>
span { border-color: #490F6B; }
span { border-color: rgb(73,15,107); }
td.TdClassName
{
border-color: #490F6B;
}
.TagClassName
{
border-color: #490F6B;
}
</style>