Shades of Indigo #491794
Tints of Indigo #491794
RGB
CMYK
RGB Variations
Color information
#491794 (or 0x491794) is known color: Indigo. HEX triplet: 49, 17 and 94. RGB value is (73,23,148). Sum of RGB (Red+Green+Blue) = 73+23+148=244 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.92% from 244); Green value is 23 (9.38% from 255 or 9.43% from 244); Blue value is 148 (58.20% from 255 or 60.66% from 244); Max value from RGB is 148 - color contains mainly: blue. Hex color #491794 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #491794 is #B6E86B. Grayscale: #333333. Windows color (decimal): -11987052 or 9705289. OLE color: 9705289.
HSL color Cylindrical-coordinate representation of color #491794: hue angle of 264º degrees, saturation: 0.73, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #491794 is Cyan = 0.51, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 73 | 23 | 148 | - |
| CMYK | 0.51 | 0.84 | 0 | 0.42 |
| HSL | 264º | 0.73% | 0.34% | - |
| HSV(B) | 264º | 0.84% | 0.58% | - |
| XYZ | 8.4 | 4.17 | 28.38 | - |
| YUV | 52.2 | 182.07 | 142.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 23 | 148 | 0.51 | 0.84 | 0 | 0.42 | 264 | 0.73 | 0.34 |
| Hex | 49 | 17 | 94 | 33 | 54 | 0 | 2A | 108 | 49 | 22 |
| Octal | 111 | 27 | 224 | 63 | 124 | 0 | 52 | 410 | 111 | 42 |
| Binary | 1001001 | 10111 | 10010100 | 110011 | 1010100 | 0 | 101010 | 100001000 | 1001001 | 100010 |
Color Harmonies of #491794
Complementary color
Monochromatic Colors of #491794
Black with #491794
Text Example
Text Example
White with #491794
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491794; }
p { color: rgb(73,23,148); }
H1.HeaderClassName
{
color: #491794;
}
.AnyTagClassName
{
color: #491794;
}
</style>
background-color css
<style>
a { background-color: #491794; }
a { background-color: rgb(73,23,148); }
div.DivClassName
{
background-color: #491794;
}
.BgClassName
{
background-color: #491794;
}
</style>
border-color css
<style>
span { border-color: #491794; }
span { border-color: rgb(73,23,148); }
td.TdClassName
{
border-color: #491794;
}
.TagClassName
{
border-color: #491794;
}
</style>