Shades of Indigo #491099
Tints of Indigo #491099
RGB
CMYK
RGB Variations
Color information
#491099 (or 0x491099) is known color: Indigo. HEX triplet: 49, 10 and 99. RGB value is (73,16,153). Sum of RGB (Red+Green+Blue) = 73+16+153=242 (32% of max value = 765). Red value is 73 (28.91% from 255 or 30.17% from 242); Green value is 16 (6.64% from 255 or 6.61% from 242); Blue value is 153 (60.16% from 255 or 63.22% from 242); Max value from RGB is 153 - color contains mainly: blue. Hex color #491099 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #491099 is #B6EF66. Grayscale: #303030. Windows color (decimal): -11988839 or 10031177. OLE color: 10031177.
HSL color Cylindrical-coordinate representation of color #491099: hue angle of 264.96º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #491099 is Cyan = 0.52, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 73 | 16 | 153 | - |
| CMYK | 0.52 | 0.90 | 0 | 0.4 |
| HSL | 264.96º | 0.81% | 0.33% | - |
| HSV(B) | 264.96º | 0.9% | 0.6% | - |
| XYZ | 8.68 | 4.09 | 30.47 | - |
| YUV | 48.66 | 186.88 | 145.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 16 | 153 | 0.52 | 0.90 | 0 | 0.4 | 264.96 | 0.81 | 0.33 |
| Hex | 49 | 10 | 99 | 34 | 5A | 0 | 28 | 109 | 51 | 21 |
| Octal | 111 | 20 | 231 | 64 | 132 | 0 | 50 | 411 | 121 | 41 |
| Binary | 1001001 | 10000 | 10011001 | 110100 | 1011010 | 0 | 101000 | 100001001 | 1010001 | 100001 |
Color Harmonies of #491099
Complementary color
Monochromatic Colors of #491099
Black with #491099
Text Example
Text Example
White with #491099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491099; }
p { color: rgb(73,16,153); }
H1.HeaderClassName
{
color: #491099;
}
.AnyTagClassName
{
color: #491099;
}
</style>
background-color css
<style>
a { background-color: #491099; }
a { background-color: rgb(73,16,153); }
div.DivClassName
{
background-color: #491099;
}
.BgClassName
{
background-color: #491099;
}
</style>
border-color css
<style>
span { border-color: #491099; }
span { border-color: rgb(73,16,153); }
td.TdClassName
{
border-color: #491099;
}
.TagClassName
{
border-color: #491099;
}
</style>