Shades of Indigo #490879
Tints of Indigo #490879
RGB
CMYK
RGB Variations
Color information
#490879 (or 0x490879) is known color: Indigo. HEX triplet: 49, 08 and 79. RGB value is (73,8,121). Sum of RGB (Red+Green+Blue) = 73+8+121=202 (26% of max value = 765). Red value is 73 (28.91% from 255 or 36.14% from 202); Green value is 8 (3.52% from 255 or 3.96% from 202); Blue value is 121 (47.66% from 255 or 59.90% from 202); Max value from RGB is 121 - color contains mainly: blue. Hex color #490879 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #490879 is #B6F786. Grayscale: #272727. Windows color (decimal): -11990919 or 7931977. OLE color: 7931977.
HSL color Cylindrical-coordinate representation of color #490879: hue angle of 274.51º degrees, saturation: 0.88, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #490879 is Cyan = 0.40, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 73 | 8 | 121 | - |
| CMYK | 0.40 | 0.93 | 0 | 0.53 |
| HSL | 274.51º | 0.88% | 0.25% | - |
| HSV(B) | 274.51º | 0.93% | 0.47% | - |
| XYZ | 6.29 | 2.97 | 18.33 | - |
| YUV | 40.32 | 173.53 | 151.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 8 | 121 | 0.40 | 0.93 | 0 | 0.53 | 274.51 | 0.88 | 0.25 |
| Hex | 49 | 8 | 79 | 28 | 5D | 0 | 35 | 113 | 58 | 19 |
| Octal | 111 | 10 | 171 | 50 | 135 | 0 | 65 | 423 | 130 | 31 |
| Binary | 1001001 | 1000 | 1111001 | 101000 | 1011101 | 0 | 110101 | 100010011 | 1011000 | 11001 |
Color Harmonies of #490879
Complementary color
Monochromatic Colors of #490879
Black with #490879
Text Example
Text Example
White with #490879
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490879; }
p { color: rgb(73,8,121); }
H1.HeaderClassName
{
color: #490879;
}
.AnyTagClassName
{
color: #490879;
}
</style>
background-color css
<style>
a { background-color: #490879; }
a { background-color: rgb(73,8,121); }
div.DivClassName
{
background-color: #490879;
}
.BgClassName
{
background-color: #490879;
}
</style>
border-color css
<style>
span { border-color: #490879; }
span { border-color: rgb(73,8,121); }
td.TdClassName
{
border-color: #490879;
}
.TagClassName
{
border-color: #490879;
}
</style>