Shades of Indigo #490789
Tints of Indigo #490789
RGB
CMYK
RGB Variations
Color information
#490789 (or 0x490789) is known color: Indigo. HEX triplet: 49, 07 and 89. RGB value is (73,7,137). Sum of RGB (Red+Green+Blue) = 73+7+137=217 (28% of max value = 765). Red value is 73 (28.91% from 255 or 33.64% from 217); Green value is 7 (3.12% from 255 or 3.23% from 217); Blue value is 137 (53.91% from 255 or 63.13% from 217); Max value from RGB is 137 - color contains mainly: blue. Hex color #490789 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #490789 is #B6F876. Grayscale: #292929. Windows color (decimal): -11991159 or 8980297. OLE color: 8980297.
HSL color Cylindrical-coordinate representation of color #490789: hue angle of 270.46º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #490789 is Cyan = 0.47, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 73 | 7 | 137 | - |
| CMYK | 0.47 | 0.95 | 0 | 0.46 |
| HSL | 270.46º | 0.9% | 0.28% | - |
| HSV(B) | 270.46º | 0.95% | 0.54% | - |
| XYZ | 7.34 | 3.37 | 23.93 | - |
| YUV | 41.55 | 181.87 | 150.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 7 | 137 | 0.47 | 0.95 | 0 | 0.46 | 270.46 | 0.9 | 0.28 |
| Hex | 49 | 7 | 89 | 2F | 5F | 0 | 2E | 10E | 5A | 1C |
| Octal | 111 | 7 | 211 | 57 | 137 | 0 | 56 | 416 | 132 | 34 |
| Binary | 1001001 | 111 | 10001001 | 101111 | 1011111 | 0 | 101110 | 100001110 | 1011010 | 11100 |
Color Harmonies of #490789
Complementary color
Monochromatic Colors of #490789
Black with #490789
Text Example
Text Example
White with #490789
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490789; }
p { color: rgb(73,7,137); }
H1.HeaderClassName
{
color: #490789;
}
.AnyTagClassName
{
color: #490789;
}
</style>
background-color css
<style>
a { background-color: #490789; }
a { background-color: rgb(73,7,137); }
div.DivClassName
{
background-color: #490789;
}
.BgClassName
{
background-color: #490789;
}
</style>
border-color css
<style>
span { border-color: #490789; }
span { border-color: rgb(73,7,137); }
td.TdClassName
{
border-color: #490789;
}
.TagClassName
{
border-color: #490789;
}
</style>