Shades of Indigo #491995
Tints of Indigo #491995
RGB
CMYK
RGB Variations
Color information
#491995 (or 0x491995) is known color: Indigo. HEX triplet: 49, 19 and 95. RGB value is (73,25,149). Sum of RGB (Red+Green+Blue) = 73+25+149=247 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.55% from 247); Green value is 25 (10.16% from 255 or 10.12% from 247); Blue value is 149 (58.59% from 255 or 60.32% from 247); Max value from RGB is 149 - color contains mainly: blue. Hex color #491995 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #491995 is #B6E66A. Grayscale: #353535. Windows color (decimal): -11986539 or 9771337. OLE color: 9771337.
HSL color Cylindrical-coordinate representation of color #491995: hue angle of 263.23º 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 #491995 is Cyan = 0.51, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 73 | 25 | 149 | - |
| CMYK | 0.51 | 0.83 | 0 | 0.42 |
| HSL | 263.23º | 0.71% | 0.34% | - |
| HSV(B) | 263.23º | 0.83% | 0.58% | - |
| XYZ | 8.52 | 4.28 | 28.81 | - |
| YUV | 53.49 | 181.9 | 141.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 25 | 149 | 0.51 | 0.83 | 0 | 0.42 | 263.23 | 0.71 | 0.34 |
| Hex | 49 | 19 | 95 | 33 | 53 | 0 | 2A | 107 | 47 | 22 |
| Octal | 111 | 31 | 225 | 63 | 123 | 0 | 52 | 407 | 107 | 42 |
| Binary | 1001001 | 11001 | 10010101 | 110011 | 1010011 | 0 | 101010 | 100000111 | 1000111 | 100010 |
Color Harmonies of #491995
Complementary color
Monochromatic Colors of #491995
Black with #491995
Text Example
Text Example
White with #491995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491995; }
p { color: rgb(73,25,149); }
H1.HeaderClassName
{
color: #491995;
}
.AnyTagClassName
{
color: #491995;
}
</style>
background-color css
<style>
a { background-color: #491995; }
a { background-color: rgb(73,25,149); }
div.DivClassName
{
background-color: #491995;
}
.BgClassName
{
background-color: #491995;
}
</style>
border-color css
<style>
span { border-color: #491995; }
span { border-color: rgb(73,25,149); }
td.TdClassName
{
border-color: #491995;
}
.TagClassName
{
border-color: #491995;
}
</style>