Shades of Indigo #491088
Tints of Indigo #491088
RGB
CMYK
RGB Variations
Color information
#491088 (or 0x491088) is known color: Indigo. HEX triplet: 49, 10 and 88. RGB value is (73,16,136). Sum of RGB (Red+Green+Blue) = 73+16+136=225 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.44% from 225); Green value is 16 (6.64% from 255 or 7.11% from 225); Blue value is 136 (53.52% from 255 or 60.44% from 225); Max value from RGB is 136 - color contains mainly: blue. Hex color #491088 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #491088 is #B6EF77. Grayscale: #2E2E2E. Windows color (decimal): -11988856 or 8917065. OLE color: 8917065.
HSL color Cylindrical-coordinate representation of color #491088: hue angle of 268.5º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #491088 is Cyan = 0.46, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 73 | 16 | 136 | - |
| CMYK | 0.46 | 0.88 | 0 | 0.47 |
| HSL | 268.5º | 0.79% | 0.3% | - |
| HSV(B) | 268.5º | 0.88% | 0.53% | - |
| XYZ | 7.38 | 3.56 | 23.59 | - |
| YUV | 46.72 | 178.38 | 146.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 16 | 136 | 0.46 | 0.88 | 0 | 0.47 | 268.5 | 0.79 | 0.3 |
| Hex | 49 | 10 | 88 | 2E | 58 | 0 | 2F | 10C | 4F | 1E |
| Octal | 111 | 20 | 210 | 56 | 130 | 0 | 57 | 414 | 117 | 36 |
| Binary | 1001001 | 10000 | 10001000 | 101110 | 1011000 | 0 | 101111 | 100001100 | 1001111 | 11110 |
Color Harmonies of #491088
Complementary color
Monochromatic Colors of #491088
Black with #491088
Text Example
Text Example
White with #491088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491088; }
p { color: rgb(73,16,136); }
H1.HeaderClassName
{
color: #491088;
}
.AnyTagClassName
{
color: #491088;
}
</style>
background-color css
<style>
a { background-color: #491088; }
a { background-color: rgb(73,16,136); }
div.DivClassName
{
background-color: #491088;
}
.BgClassName
{
background-color: #491088;
}
</style>
border-color css
<style>
span { border-color: #491088; }
span { border-color: rgb(73,16,136); }
td.TdClassName
{
border-color: #491088;
}
.TagClassName
{
border-color: #491088;
}
</style>