Shades of Indigo #491993
Tints of Indigo #491993
RGB
CMYK
RGB Variations
Color information
#491993 (or 0x491993) is known color: Indigo. HEX triplet: 49, 19 and 93. RGB value is (73,25,147). Sum of RGB (Red+Green+Blue) = 73+25+147=245 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.80% from 245); Green value is 25 (10.16% from 255 or 10.20% from 245); Blue value is 147 (57.81% from 255 or 60% from 245); Max value from RGB is 147 - color contains mainly: blue. Hex color #491993 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #491993 is #B6E66C. Grayscale: #343434. Windows color (decimal): -11986541 or 9640265. OLE color: 9640265.
HSL color Cylindrical-coordinate representation of color #491993: hue angle of 263.61º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #491993 is Cyan = 0.50, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 73 | 25 | 147 | - |
| CMYK | 0.50 | 0.83 | 0 | 0.42 |
| HSL | 263.61º | 0.71% | 0.34% | - |
| HSV(B) | 263.61º | 0.83% | 0.58% | - |
| XYZ | 8.36 | 4.22 | 27.98 | - |
| YUV | 53.26 | 180.9 | 142.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 25 | 147 | 0.50 | 0.83 | 0 | 0.42 | 263.61 | 0.71 | 0.34 |
| Hex | 49 | 19 | 93 | 32 | 53 | 0 | 2A | 108 | 47 | 22 |
| Octal | 111 | 31 | 223 | 62 | 123 | 0 | 52 | 410 | 107 | 42 |
| Binary | 1001001 | 11001 | 10010011 | 110010 | 1010011 | 0 | 101010 | 100001000 | 1000111 | 100010 |
Color Harmonies of #491993
Complementary color
Monochromatic Colors of #491993
Black with #491993
Text Example
Text Example
White with #491993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491993; }
p { color: rgb(73,25,147); }
H1.HeaderClassName
{
color: #491993;
}
.AnyTagClassName
{
color: #491993;
}
</style>
background-color css
<style>
a { background-color: #491993; }
a { background-color: rgb(73,25,147); }
div.DivClassName
{
background-color: #491993;
}
.BgClassName
{
background-color: #491993;
}
</style>
border-color css
<style>
span { border-color: #491993; }
span { border-color: rgb(73,25,147); }
td.TdClassName
{
border-color: #491993;
}
.TagClassName
{
border-color: #491993;
}
</style>