Shades of Indigo #490C89
Tints of Indigo #490C89
RGB
CMYK
RGB Variations
Color information
#490C89 (or 0x490C89) is known color: Indigo. HEX triplet: 49, 0C and 89. RGB value is (73,12,137). Sum of RGB (Red+Green+Blue) = 73+12+137=222 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.88% from 222); Green value is 12 (5.08% from 255 or 5.41% from 222); Blue value is 137 (53.91% from 255 or 61.71% from 222); Max value from RGB is 137 - color contains mainly: blue. Hex color #490C89 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #490C89 is #B6F376. Grayscale: #2C2C2C. Windows color (decimal): -11989879 or 8981577. OLE color: 8981577.
HSL color Cylindrical-coordinate representation of color #490C89: hue angle of 269.28º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #490C89 is Cyan = 0.47, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 73 | 12 | 137 | - |
| CMYK | 0.47 | 0.91 | 0 | 0.46 |
| HSL | 269.28º | 0.84% | 0.29% | - |
| HSV(B) | 269.28º | 0.91% | 0.54% | - |
| XYZ | 7.39 | 3.49 | 23.95 | - |
| YUV | 44.49 | 180.21 | 148.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 12 | 137 | 0.47 | 0.91 | 0 | 0.46 | 269.28 | 0.84 | 0.29 |
| Hex | 49 | C | 89 | 2F | 5B | 0 | 2E | 10D | 54 | 1D |
| Octal | 111 | 14 | 211 | 57 | 133 | 0 | 56 | 415 | 124 | 35 |
| Binary | 1001001 | 1100 | 10001001 | 101111 | 1011011 | 0 | 101110 | 100001101 | 1010100 | 11101 |
Color Harmonies of #490C89
Complementary color
Monochromatic Colors of #490C89
Black with #490C89
Text Example
Text Example
White with #490C89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490C89; }
p { color: rgb(73,12,137); }
H1.HeaderClassName
{
color: #490C89;
}
.AnyTagClassName
{
color: #490C89;
}
</style>
background-color css
<style>
a { background-color: #490C89; }
a { background-color: rgb(73,12,137); }
div.DivClassName
{
background-color: #490C89;
}
.BgClassName
{
background-color: #490C89;
}
</style>
border-color css
<style>
span { border-color: #490C89; }
span { border-color: rgb(73,12,137); }
td.TdClassName
{
border-color: #490C89;
}
.TagClassName
{
border-color: #490C89;
}
</style>