Shades of Indigo #490773
Tints of Indigo #490773
RGB
CMYK
RGB Variations
Color information
#490773 (or 0x490773) is known color: Indigo. HEX triplet: 49, 07 and 73. RGB value is (73,7,115). Sum of RGB (Red+Green+Blue) = 73+7+115=195 (25% of max value = 765). Red value is 73 (28.91% from 255 or 37.44% from 195); Green value is 7 (3.12% from 255 or 3.59% from 195); Blue value is 115 (45.31% from 255 or 58.97% from 195); Max value from RGB is 115 - color contains mainly: blue. Hex color #490773 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #490773 is #B6F88C. Grayscale: #262626. Windows color (decimal): -11991181 or 7538505. OLE color: 7538505.
HSL color Cylindrical-coordinate representation of color #490773: hue angle of 276.67º degrees, saturation: 0.89, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #490773 is Cyan = 0.37, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 73 | 7 | 115 | - |
| CMYK | 0.37 | 0.94 | 0 | 0.55 |
| HSL | 276.67º | 0.89% | 0.24% | - |
| HSV(B) | 276.67º | 0.94% | 0.45% | - |
| XYZ | 5.92 | 2.81 | 16.45 | - |
| YUV | 39.05 | 170.87 | 152.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 7 | 115 | 0.37 | 0.94 | 0 | 0.55 | 276.67 | 0.89 | 0.24 |
| Hex | 49 | 7 | 73 | 25 | 5E | 0 | 37 | 115 | 59 | 18 |
| Octal | 111 | 7 | 163 | 45 | 136 | 0 | 67 | 425 | 131 | 30 |
| Binary | 1001001 | 111 | 1110011 | 100101 | 1011110 | 0 | 110111 | 100010101 | 1011001 | 11000 |
Color Harmonies of #490773
Complementary color
Monochromatic Colors of #490773
Black with #490773
Text Example
Text Example
White with #490773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490773; }
p { color: rgb(73,7,115); }
H1.HeaderClassName
{
color: #490773;
}
.AnyTagClassName
{
color: #490773;
}
</style>
background-color css
<style>
a { background-color: #490773; }
a { background-color: rgb(73,7,115); }
div.DivClassName
{
background-color: #490773;
}
.BgClassName
{
background-color: #490773;
}
</style>
border-color css
<style>
span { border-color: #490773; }
span { border-color: rgb(73,7,115); }
td.TdClassName
{
border-color: #490773;
}
.TagClassName
{
border-color: #490773;
}
</style>