Shades of Indigo #490993
Tints of Indigo #490993
RGB
CMYK
RGB Variations
Color information
#490993 (or 0x490993) is known color: Indigo. HEX triplet: 49, 09 and 93. RGB value is (73,9,147). Sum of RGB (Red+Green+Blue) = 73+9+147=229 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.88% from 229); Green value is 9 (3.91% from 255 or 3.93% from 229); Blue value is 147 (57.81% from 255 or 64.19% from 229); Max value from RGB is 147 - color contains mainly: blue. Hex color #490993 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #490993 is #B6F66C. Grayscale: #2B2B2B. Windows color (decimal): -11990637 or 9636169. OLE color: 9636169.
HSL color Cylindrical-coordinate representation of color #490993: hue angle of 267.83º degrees, saturation: 0.88, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #490993 is Cyan = 0.50, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 73 | 9 | 147 | - |
| CMYK | 0.50 | 0.94 | 0 | 0.42 |
| HSL | 267.83º | 0.88% | 0.31% | - |
| HSV(B) | 267.83º | 0.94% | 0.58% | - |
| XYZ | 8.11 | 3.72 | 27.89 | - |
| YUV | 43.87 | 186.2 | 148.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 9 | 147 | 0.50 | 0.94 | 0 | 0.42 | 267.83 | 0.88 | 0.31 |
| Hex | 49 | 9 | 93 | 32 | 5E | 0 | 2A | 10C | 58 | 1F |
| Octal | 111 | 11 | 223 | 62 | 136 | 0 | 52 | 414 | 130 | 37 |
| Binary | 1001001 | 1001 | 10010011 | 110010 | 1011110 | 0 | 101010 | 100001100 | 1011000 | 11111 |
Color Harmonies of #490993
Complementary color
Monochromatic Colors of #490993
Black with #490993
Text Example
Text Example
White with #490993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490993; }
p { color: rgb(73,9,147); }
H1.HeaderClassName
{
color: #490993;
}
.AnyTagClassName
{
color: #490993;
}
</style>
background-color css
<style>
a { background-color: #490993; }
a { background-color: rgb(73,9,147); }
div.DivClassName
{
background-color: #490993;
}
.BgClassName
{
background-color: #490993;
}
</style>
border-color css
<style>
span { border-color: #490993; }
span { border-color: rgb(73,9,147); }
td.TdClassName
{
border-color: #490993;
}
.TagClassName
{
border-color: #490993;
}
</style>