Shades of Indigo #491790
Tints of Indigo #491790
RGB
CMYK
RGB Variations
Color information
#491790 (or 0x491790) is known color: Indigo. HEX triplet: 49, 17 and 90. RGB value is (73,23,144). Sum of RGB (Red+Green+Blue) = 73+23+144=240 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.42% from 240); Green value is 23 (9.38% from 255 or 9.58% from 240); Blue value is 144 (56.64% from 255 or 60% from 240); Max value from RGB is 144 - color contains mainly: blue. Hex color #491790 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #491790 is #B6E86F. Grayscale: #333333. Windows color (decimal): -11987056 or 9443145. OLE color: 9443145.
HSL color Cylindrical-coordinate representation of color #491790: hue angle of 264.79º degrees, saturation: 0.72, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #491790 is Cyan = 0.49, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 73 | 23 | 144 | - |
| CMYK | 0.49 | 0.84 | 0 | 0.44 |
| HSL | 264.79º | 0.72% | 0.33% | - |
| HSV(B) | 264.79º | 0.84% | 0.56% | - |
| XYZ | 8.09 | 4.04 | 26.74 | - |
| YUV | 51.74 | 180.07 | 143.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 23 | 144 | 0.49 | 0.84 | 0 | 0.44 | 264.79 | 0.72 | 0.33 |
| Hex | 49 | 17 | 90 | 31 | 54 | 0 | 2C | 109 | 48 | 21 |
| Octal | 111 | 27 | 220 | 61 | 124 | 0 | 54 | 411 | 110 | 41 |
| Binary | 1001001 | 10111 | 10010000 | 110001 | 1010100 | 0 | 101100 | 100001001 | 1001000 | 100001 |
Color Harmonies of #491790
Complementary color
Monochromatic Colors of #491790
Black with #491790
Text Example
Text Example
White with #491790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491790; }
p { color: rgb(73,23,144); }
H1.HeaderClassName
{
color: #491790;
}
.AnyTagClassName
{
color: #491790;
}
</style>
background-color css
<style>
a { background-color: #491790; }
a { background-color: rgb(73,23,144); }
div.DivClassName
{
background-color: #491790;
}
.BgClassName
{
background-color: #491790;
}
</style>
border-color css
<style>
span { border-color: #491790; }
span { border-color: rgb(73,23,144); }
td.TdClassName
{
border-color: #491790;
}
.TagClassName
{
border-color: #491790;
}
</style>