Shades of Indigo #491193
Tints of Indigo #491193
RGB
CMYK
RGB Variations
Color information
#491193 (or 0x491193) is known color: Indigo. HEX triplet: 49, 11 and 93. RGB value is (73,17,147). Sum of RGB (Red+Green+Blue) = 73+17+147=237 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.80% from 237); Green value is 17 (7.03% from 255 or 7.17% from 237); Blue value is 147 (57.81% from 255 or 62.03% from 237); Max value from RGB is 147 - color contains mainly: blue. Hex color #491193 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #491193 is #B6EE6C. Grayscale: #303030. Windows color (decimal): -11988589 or 9638217. OLE color: 9638217.
HSL color Cylindrical-coordinate representation of color #491193: hue angle of 265.85º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #491193 is Cyan = 0.50, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 73 | 17 | 147 | - |
| CMYK | 0.50 | 0.88 | 0 | 0.42 |
| HSL | 265.85º | 0.79% | 0.32% | - |
| HSV(B) | 265.85º | 0.88% | 0.58% | - |
| XYZ | 8.21 | 3.92 | 27.93 | - |
| YUV | 48.56 | 183.55 | 145.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 17 | 147 | 0.50 | 0.88 | 0 | 0.42 | 265.85 | 0.79 | 0.32 |
| Hex | 49 | 11 | 93 | 32 | 58 | 0 | 2A | 10A | 4F | 20 |
| Octal | 111 | 21 | 223 | 62 | 130 | 0 | 52 | 412 | 117 | 40 |
| Binary | 1001001 | 10001 | 10010011 | 110010 | 1011000 | 0 | 101010 | 100001010 | 1001111 | 100000 |
Color Harmonies of #491193
Complementary color
Monochromatic Colors of #491193
Black with #491193
Text Example
Text Example
White with #491193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491193; }
p { color: rgb(73,17,147); }
H1.HeaderClassName
{
color: #491193;
}
.AnyTagClassName
{
color: #491193;
}
</style>
background-color css
<style>
a { background-color: #491193; }
a { background-color: rgb(73,17,147); }
div.DivClassName
{
background-color: #491193;
}
.BgClassName
{
background-color: #491193;
}
</style>
border-color css
<style>
span { border-color: #491193; }
span { border-color: rgb(73,17,147); }
td.TdClassName
{
border-color: #491193;
}
.TagClassName
{
border-color: #491193;
}
</style>