Shades of Indigo #490095
Tints of Indigo #490095
RGB
CMYK
RGB Variations
Color information
#490095 (or 0x490095) is known color: Indigo. HEX triplet: 49, 00 and 95. RGB value is (73,0,149). Sum of RGB (Red+Green+Blue) = 73+0+149=222 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.88% from 222); Green value is 0 (0.39% from 255 or 0% from 222); Blue value is 149 (58.59% from 255 or 67.12% from 222); Max value from RGB is 149 - color contains mainly: blue. Hex color #490095 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #490095 is #B6FF6A. Grayscale: #262626. Windows color (decimal): -11992939 or 9764937. OLE color: 9764937.
HSL color Cylindrical-coordinate representation of color #490095: hue angle of 269.4º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #490095 is Cyan = 0.51, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 73 | 0 | 149 | - |
| CMYK | 0.51 | 1 | 0 | 0.42 |
| HSL | 269.4º | 1% | 0.29% | - |
| HSV(B) | 269.4º | 1% | 0.58% | - |
| XYZ | 8.17 | 3.59 | 28.7 | - |
| YUV | 38.81 | 190.18 | 152.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 0 | 149 | 0.51 | 1 | 0 | 0.42 | 269.4 | 1 | 0.29 |
| Hex | 49 | 0 | 95 | 33 | 64 | 0 | 2A | 10D | 64 | 1D |
| Octal | 111 | 0 | 225 | 63 | 144 | 0 | 52 | 415 | 144 | 35 |
| Binary | 1001001 | 0 | 10010101 | 110011 | 1100100 | 0 | 101010 | 100001101 | 1100100 | 11101 |
Color Harmonies of #490095
Complementary color
Monochromatic Colors of #490095
Black with #490095
Text Example
Text Example
White with #490095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490095; }
p { color: rgb(73,0,149); }
H1.HeaderClassName
{
color: #490095;
}
.AnyTagClassName
{
color: #490095;
}
</style>
background-color css
<style>
a { background-color: #490095; }
a { background-color: rgb(73,0,149); }
div.DivClassName
{
background-color: #490095;
}
.BgClassName
{
background-color: #490095;
}
</style>
border-color css
<style>
span { border-color: #490095; }
span { border-color: rgb(73,0,149); }
td.TdClassName
{
border-color: #490095;
}
.TagClassName
{
border-color: #490095;
}
</style>