Shades of Indigo #490E83
Tints of Indigo #490E83
RGB
CMYK
RGB Variations
Color information
#490E83 (or 0x490E83) is known color: Indigo. HEX triplet: 49, 0E and 83. RGB value is (73,14,131). Sum of RGB (Red+Green+Blue) = 73+14+131=218 (28% of max value = 765). Red value is 73 (28.91% from 255 or 33.49% from 218); Green value is 14 (5.86% from 255 or 6.42% from 218); Blue value is 131 (51.56% from 255 or 60.09% from 218); Max value from RGB is 131 - color contains mainly: blue. Hex color #490E83 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #490E83 is #B6F17C. Grayscale: #2C2C2C. Windows color (decimal): -11989373 or 8588873. OLE color: 8588873.
HSL color Cylindrical-coordinate representation of color #490E83: hue angle of 270.26º degrees, saturation: 0.81, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #490E83 is Cyan = 0.44, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 73 | 14 | 131 | - |
| CMYK | 0.44 | 0.89 | 0 | 0.49 |
| HSL | 270.26º | 0.81% | 0.28% | - |
| HSV(B) | 270.26º | 0.89% | 0.51% | - |
| XYZ | 7 | 3.37 | 21.75 | - |
| YUV | 44.98 | 176.55 | 147.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 14 | 131 | 0.44 | 0.89 | 0 | 0.49 | 270.26 | 0.81 | 0.28 |
| Hex | 49 | E | 83 | 2C | 59 | 0 | 31 | 10E | 51 | 1C |
| Octal | 111 | 16 | 203 | 54 | 131 | 0 | 61 | 416 | 121 | 34 |
| Binary | 1001001 | 1110 | 10000011 | 101100 | 1011001 | 0 | 110001 | 100001110 | 1010001 | 11100 |
Color Harmonies of #490E83
Complementary color
Monochromatic Colors of #490E83
Black with #490E83
Text Example
Text Example
White with #490E83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490E83; }
p { color: rgb(73,14,131); }
H1.HeaderClassName
{
color: #490E83;
}
.AnyTagClassName
{
color: #490E83;
}
</style>
background-color css
<style>
a { background-color: #490E83; }
a { background-color: rgb(73,14,131); }
div.DivClassName
{
background-color: #490E83;
}
.BgClassName
{
background-color: #490E83;
}
</style>
border-color css
<style>
span { border-color: #490E83; }
span { border-color: rgb(73,14,131); }
td.TdClassName
{
border-color: #490E83;
}
.TagClassName
{
border-color: #490E83;
}
</style>