Shades of Indigo #491290
Tints of Indigo #491290
RGB
CMYK
RGB Variations
Color information
#491290 (or 0x491290) is known color: Indigo. HEX triplet: 49, 12 and 90. RGB value is (73,18,144). Sum of RGB (Red+Green+Blue) = 73+18+144=235 (31% of max value = 765). Red value is 73 (28.91% from 255 or 31.06% from 235); Green value is 18 (7.42% from 255 or 7.66% from 235); Blue value is 144 (56.64% from 255 or 61.28% from 235); Max value from RGB is 144 - color contains mainly: blue. Hex color #491290 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #491290 is #B6ED6F. Grayscale: #303030. Windows color (decimal): -11988336 or 9441865. OLE color: 9441865.
HSL color Cylindrical-coordinate representation of color #491290: hue angle of 266.19º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #491290 is Cyan = 0.49, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 73 | 18 | 144 | - |
| CMYK | 0.49 | 0.88 | 0 | 0.44 |
| HSL | 266.19º | 0.78% | 0.32% | - |
| HSV(B) | 266.19º | 0.88% | 0.56% | - |
| XYZ | 8 | 3.86 | 26.71 | - |
| YUV | 48.81 | 181.72 | 145.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 18 | 144 | 0.49 | 0.88 | 0 | 0.44 | 266.19 | 0.78 | 0.32 |
| Hex | 49 | 12 | 90 | 31 | 58 | 0 | 2C | 10A | 4E | 20 |
| Octal | 111 | 22 | 220 | 61 | 130 | 0 | 54 | 412 | 116 | 40 |
| Binary | 1001001 | 10010 | 10010000 | 110001 | 1011000 | 0 | 101100 | 100001010 | 1001110 | 100000 |
Color Harmonies of #491290
Complementary color
Monochromatic Colors of #491290
Black with #491290
Text Example
Text Example
White with #491290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491290; }
p { color: rgb(73,18,144); }
H1.HeaderClassName
{
color: #491290;
}
.AnyTagClassName
{
color: #491290;
}
</style>
background-color css
<style>
a { background-color: #491290; }
a { background-color: rgb(73,18,144); }
div.DivClassName
{
background-color: #491290;
}
.BgClassName
{
background-color: #491290;
}
</style>
border-color css
<style>
span { border-color: #491290; }
span { border-color: rgb(73,18,144); }
td.TdClassName
{
border-color: #491290;
}
.TagClassName
{
border-color: #491290;
}
</style>