Shades of Indigo #491793
Tints of Indigo #491793
RGB
CMYK
RGB Variations
Color information
#491793 (or 0x491793) is known color: Indigo. HEX triplet: 49, 17 and 93. RGB value is (73,23,147). Sum of RGB (Red+Green+Blue) = 73+23+147=243 (32% of max value = 765). Red value is 73 (28.91% from 255 or 30.04% from 243); Green value is 23 (9.38% from 255 or 9.47% from 243); Blue value is 147 (57.81% from 255 or 60.49% from 243); Max value from RGB is 147 - color contains mainly: blue. Hex color #491793 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #491793 is #B6E86C. Grayscale: #333333. Windows color (decimal): -11987053 or 9639753. OLE color: 9639753.
HSL color Cylindrical-coordinate representation of color #491793: hue angle of 264.19º degrees, saturation: 0.73, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #491793 is Cyan = 0.50, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 73 | 23 | 147 | - |
| CMYK | 0.50 | 0.84 | 0 | 0.42 |
| HSL | 264.19º | 0.73% | 0.33% | - |
| HSV(B) | 264.19º | 0.84% | 0.58% | - |
| XYZ | 8.32 | 4.14 | 27.96 | - |
| YUV | 52.09 | 181.57 | 142.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 23 | 147 | 0.50 | 0.84 | 0 | 0.42 | 264.19 | 0.73 | 0.33 |
| Hex | 49 | 17 | 93 | 32 | 54 | 0 | 2A | 108 | 49 | 21 |
| Octal | 111 | 27 | 223 | 62 | 124 | 0 | 52 | 410 | 111 | 41 |
| Binary | 1001001 | 10111 | 10010011 | 110010 | 1010100 | 0 | 101010 | 100001000 | 1001001 | 100001 |
Color Harmonies of #491793
Complementary color
Monochromatic Colors of #491793
Black with #491793
Text Example
Text Example
White with #491793
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491793; }
p { color: rgb(73,23,147); }
H1.HeaderClassName
{
color: #491793;
}
.AnyTagClassName
{
color: #491793;
}
</style>
background-color css
<style>
a { background-color: #491793; }
a { background-color: rgb(73,23,147); }
div.DivClassName
{
background-color: #491793;
}
.BgClassName
{
background-color: #491793;
}
</style>
border-color css
<style>
span { border-color: #491793; }
span { border-color: rgb(73,23,147); }
td.TdClassName
{
border-color: #491793;
}
.TagClassName
{
border-color: #491793;
}
</style>