Shades of Indigo #490279
Tints of Indigo #490279
RGB
CMYK
RGB Variations
Color information
#490279 (or 0x490279) is known color: Indigo. HEX triplet: 49, 02 and 79. RGB value is (73,2,121). Sum of RGB (Red+Green+Blue) = 73+2+121=196 (25% of max value = 765). Red value is 73 (28.91% from 255 or 37.24% from 196); Green value is 2 (1.17% from 255 or 1.02% from 196); Blue value is 121 (47.66% from 255 or 61.73% from 196); Max value from RGB is 121 - color contains mainly: blue. Hex color #490279 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #490279 is #B6FD86. Grayscale: #242424. Windows color (decimal): -11992455 or 7930441. OLE color: 7930441.
HSL color Cylindrical-coordinate representation of color #490279: hue angle of 275.8º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #490279 is Cyan = 0.40, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 73 | 2 | 121 | - |
| CMYK | 0.40 | 0.98 | 0 | 0.53 |
| HSL | 275.8º | 0.97% | 0.24% | - |
| HSV(B) | 275.8º | 0.98% | 0.47% | - |
| XYZ | 6.22 | 2.84 | 18.31 | - |
| YUV | 36.8 | 175.52 | 153.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 2 | 121 | 0.40 | 0.98 | 0 | 0.53 | 275.8 | 0.97 | 0.24 |
| Hex | 49 | 2 | 79 | 28 | 62 | 0 | 35 | 114 | 61 | 18 |
| Octal | 111 | 2 | 171 | 50 | 142 | 0 | 65 | 424 | 141 | 30 |
| Binary | 1001001 | 10 | 1111001 | 101000 | 1100010 | 0 | 110101 | 100010100 | 1100001 | 11000 |
Color Harmonies of #490279
Complementary color
Monochromatic Colors of #490279
Black with #490279
Text Example
Text Example
White with #490279
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490279; }
p { color: rgb(73,2,121); }
H1.HeaderClassName
{
color: #490279;
}
.AnyTagClassName
{
color: #490279;
}
</style>
background-color css
<style>
a { background-color: #490279; }
a { background-color: rgb(73,2,121); }
div.DivClassName
{
background-color: #490279;
}
.BgClassName
{
background-color: #490279;
}
</style>
border-color css
<style>
span { border-color: #490279; }
span { border-color: rgb(73,2,121); }
td.TdClassName
{
border-color: #490279;
}
.TagClassName
{
border-color: #490279;
}
</style>