Shades of Indigo #490F68
Tints of Indigo #490F68
RGB
CMYK
RGB Variations
Color information
#490F68 (or 0x490F68) is known color: Indigo. HEX triplet: 49, 0F and 68. RGB value is (73,15,104). Sum of RGB (Red+Green+Blue) = 73+15+104=192 (25% of max value = 765). Red value is 73 (28.91% from 255 or 38.02% from 192); Green value is 15 (6.25% from 255 or 7.81% from 192); Blue value is 104 (41.02% from 255 or 54.17% from 192); Max value from RGB is 104 - color contains mainly: blue. Hex color #490F68 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #490F68 is #B6F097. Grayscale: #2A2A2A. Windows color (decimal): -11989144 or 6819657. OLE color: 6819657.
HSL color Cylindrical-coordinate representation of color #490F68: hue angle of 279.1º degrees, saturation: 0.75, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #490F68 is Cyan = 0.30, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 73 | 15 | 104 | - |
| CMYK | 0.30 | 0.86 | 0 | 0.59 |
| HSL | 279.1º | 0.75% | 0.23% | - |
| HSV(B) | 279.1º | 0.86% | 0.41% | - |
| XYZ | 5.42 | 2.76 | 13.34 | - |
| YUV | 42.49 | 162.72 | 149.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 15 | 104 | 0.30 | 0.86 | 0 | 0.59 | 279.1 | 0.75 | 0.23 |
| Hex | 49 | F | 68 | 1E | 56 | 0 | 3B | 117 | 4B | 17 |
| Octal | 111 | 17 | 150 | 36 | 126 | 0 | 73 | 427 | 113 | 27 |
| Binary | 1001001 | 1111 | 1101000 | 11110 | 1010110 | 0 | 111011 | 100010111 | 1001011 | 10111 |
Color Harmonies of #490F68
Complementary color
Monochromatic Colors of #490F68
Black with #490F68
Text Example
Text Example
White with #490F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490F68; }
p { color: rgb(73,15,104); }
H1.HeaderClassName
{
color: #490F68;
}
.AnyTagClassName
{
color: #490F68;
}
</style>
background-color css
<style>
a { background-color: #490F68; }
a { background-color: rgb(73,15,104); }
div.DivClassName
{
background-color: #490F68;
}
.BgClassName
{
background-color: #490F68;
}
</style>
border-color css
<style>
span { border-color: #490F68; }
span { border-color: rgb(73,15,104); }
td.TdClassName
{
border-color: #490F68;
}
.TagClassName
{
border-color: #490F68;
}
</style>