Shades of Indigo #491399
Tints of Indigo #491399
RGB
CMYK
RGB Variations
Color information
#491399 (or 0x491399) is known color: Indigo. HEX triplet: 49, 13 and 99. RGB value is (73,19,153). Sum of RGB (Red+Green+Blue) = 73+19+153=245 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.80% from 245); Green value is 19 (7.81% from 255 or 7.76% from 245); Blue value is 153 (60.16% from 255 or 62.45% from 245); Max value from RGB is 153 - color contains mainly: blue. Hex color #491399 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #491399 is #B6EC66. Grayscale: #313131. Windows color (decimal): -11988071 or 10031945. OLE color: 10031945.
HSL color Cylindrical-coordinate representation of color #491399: hue angle of 264.18º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #491399 is Cyan = 0.52, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 73 | 19 | 153 | - |
| CMYK | 0.52 | 0.88 | 0 | 0.4 |
| HSL | 264.18º | 0.78% | 0.34% | - |
| HSV(B) | 264.18º | 0.88% | 0.6% | - |
| XYZ | 8.73 | 4.18 | 30.48 | - |
| YUV | 50.42 | 185.89 | 144.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 19 | 153 | 0.52 | 0.88 | 0 | 0.4 | 264.18 | 0.78 | 0.34 |
| Hex | 49 | 13 | 99 | 34 | 58 | 0 | 28 | 108 | 4E | 22 |
| Octal | 111 | 23 | 231 | 64 | 130 | 0 | 50 | 410 | 116 | 42 |
| Binary | 1001001 | 10011 | 10011001 | 110100 | 1011000 | 0 | 101000 | 100001000 | 1001110 | 100010 |
Color Harmonies of #491399
Complementary color
Monochromatic Colors of #491399
Black with #491399
Text Example
Text Example
White with #491399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491399; }
p { color: rgb(73,19,153); }
H1.HeaderClassName
{
color: #491399;
}
.AnyTagClassName
{
color: #491399;
}
</style>
background-color css
<style>
a { background-color: #491399; }
a { background-color: rgb(73,19,153); }
div.DivClassName
{
background-color: #491399;
}
.BgClassName
{
background-color: #491399;
}
</style>
border-color css
<style>
span { border-color: #491399; }
span { border-color: rgb(73,19,153); }
td.TdClassName
{
border-color: #491399;
}
.TagClassName
{
border-color: #491399;
}
</style>