Shades of Indigo #490391
Tints of Indigo #490391
RGB
CMYK
RGB Variations
Color information
#490391 (or 0x490391) is known color: Indigo. HEX triplet: 49, 03 and 91. RGB value is (73,3,145). Sum of RGB (Red+Green+Blue) = 73+3+145=221 (29% of max value = 765). Red value is 73 (28.91% from 255 or 33.03% from 221); Green value is 3 (1.56% from 255 or 1.36% from 221); Blue value is 145 (57.03% from 255 or 65.61% from 221); Max value from RGB is 145 - color contains mainly: blue. Hex color #490391 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #490391 is #B6FC6E. Grayscale: #272727. Windows color (decimal): -11992175 or 9503561. OLE color: 9503561.
HSL color Cylindrical-coordinate representation of color #490391: hue angle of 269.58º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #490391 is Cyan = 0.50, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 73 | 3 | 145 | - |
| CMYK | 0.50 | 0.98 | 0 | 0.43 |
| HSL | 269.58º | 0.96% | 0.29% | - |
| HSV(B) | 269.58º | 0.98% | 0.57% | - |
| XYZ | 7.89 | 3.53 | 27.05 | - |
| YUV | 40.12 | 187.19 | 151.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 3 | 145 | 0.50 | 0.98 | 0 | 0.43 | 269.58 | 0.96 | 0.29 |
| Hex | 49 | 3 | 91 | 32 | 62 | 0 | 2B | 10E | 60 | 1D |
| Octal | 111 | 3 | 221 | 62 | 142 | 0 | 53 | 416 | 140 | 35 |
| Binary | 1001001 | 11 | 10010001 | 110010 | 1100010 | 0 | 101011 | 100001110 | 1100000 | 11101 |
Color Harmonies of #490391
Complementary color
Monochromatic Colors of #490391
Black with #490391
Text Example
Text Example
White with #490391
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490391; }
p { color: rgb(73,3,145); }
H1.HeaderClassName
{
color: #490391;
}
.AnyTagClassName
{
color: #490391;
}
</style>
background-color css
<style>
a { background-color: #490391; }
a { background-color: rgb(73,3,145); }
div.DivClassName
{
background-color: #490391;
}
.BgClassName
{
background-color: #490391;
}
</style>
border-color css
<style>
span { border-color: #490391; }
span { border-color: rgb(73,3,145); }
td.TdClassName
{
border-color: #490391;
}
.TagClassName
{
border-color: #490391;
}
</style>