Shades of Indigo #490891
Tints of Indigo #490891
RGB
CMYK
RGB Variations
Color information
#490891 (or 0x490891) is known color: Indigo. HEX triplet: 49, 08 and 91. RGB value is (73,8,145). Sum of RGB (Red+Green+Blue) = 73+8+145=226 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.30% from 226); Green value is 8 (3.52% from 255 or 3.54% from 226); Blue value is 145 (57.03% from 255 or 64.16% from 226); Max value from RGB is 145 - color contains mainly: blue. Hex color #490891 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #490891 is #B6F76E. Grayscale: #2A2A2A. Windows color (decimal): -11990895 or 9504841. OLE color: 9504841.
HSL color Cylindrical-coordinate representation of color #490891: hue angle of 268.47º degrees, saturation: 0.9, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #490891 is Cyan = 0.50, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 73 | 8 | 145 | - |
| CMYK | 0.50 | 0.94 | 0 | 0.43 |
| HSL | 268.47º | 0.9% | 0.3% | - |
| HSV(B) | 268.47º | 0.94% | 0.57% | - |
| XYZ | 7.95 | 3.63 | 27.07 | - |
| YUV | 43.05 | 185.53 | 149.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 8 | 145 | 0.50 | 0.94 | 0 | 0.43 | 268.47 | 0.9 | 0.3 |
| Hex | 49 | 8 | 91 | 32 | 5E | 0 | 2B | 10C | 5A | 1E |
| Octal | 111 | 10 | 221 | 62 | 136 | 0 | 53 | 414 | 132 | 36 |
| Binary | 1001001 | 1000 | 10010001 | 110010 | 1011110 | 0 | 101011 | 100001100 | 1011010 | 11110 |
Color Harmonies of #490891
Complementary color
Monochromatic Colors of #490891
Black with #490891
Text Example
Text Example
White with #490891
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490891; }
p { color: rgb(73,8,145); }
H1.HeaderClassName
{
color: #490891;
}
.AnyTagClassName
{
color: #490891;
}
</style>
background-color css
<style>
a { background-color: #490891; }
a { background-color: rgb(73,8,145); }
div.DivClassName
{
background-color: #490891;
}
.BgClassName
{
background-color: #490891;
}
</style>
border-color css
<style>
span { border-color: #490891; }
span { border-color: rgb(73,8,145); }
td.TdClassName
{
border-color: #490891;
}
.TagClassName
{
border-color: #490891;
}
</style>