Shades of Indigo #490C80
Tints of Indigo #490C80
RGB
CMYK
RGB Variations
Color information
#490C80 (or 0x490C80) is known color: Indigo. HEX triplet: 49, 0C and 80. RGB value is (73,12,128). Sum of RGB (Red+Green+Blue) = 73+12+128=213 (28% of max value = 765). Red value is 73 (28.91% from 255 or 34.27% from 213); Green value is 12 (5.08% from 255 or 5.63% from 213); Blue value is 128 (50.39% from 255 or 60.09% from 213); Max value from RGB is 128 - color contains mainly: blue. Hex color #490C80 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #490C80 is #B6F37F. Grayscale: #2B2B2B. Windows color (decimal): -11989888 or 8391753. OLE color: 8391753.
HSL color Cylindrical-coordinate representation of color #490C80: hue angle of 271.55º degrees, saturation: 0.83, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #490C80 is Cyan = 0.43, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 73 | 12 | 128 | - |
| CMYK | 0.43 | 0.91 | 0 | 0.50 |
| HSL | 271.55º | 0.83% | 0.27% | - |
| HSV(B) | 271.55º | 0.91% | 0.5% | - |
| XYZ | 6.78 | 3.24 | 20.69 | - |
| YUV | 43.46 | 175.71 | 149.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 12 | 128 | 0.43 | 0.91 | 0 | 0.50 | 271.55 | 0.83 | 0.27 |
| Hex | 49 | C | 80 | 2B | 5B | 0 | 32 | 110 | 53 | 1B |
| Octal | 111 | 14 | 200 | 53 | 133 | 0 | 62 | 420 | 123 | 33 |
| Binary | 1001001 | 1100 | 10000000 | 101011 | 1011011 | 0 | 110010 | 100010000 | 1010011 | 11011 |
Color Harmonies of #490C80
Complementary color
Monochromatic Colors of #490C80
Black with #490C80
Text Example
Text Example
White with #490C80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490C80; }
p { color: rgb(73,12,128); }
H1.HeaderClassName
{
color: #490C80;
}
.AnyTagClassName
{
color: #490C80;
}
</style>
background-color css
<style>
a { background-color: #490C80; }
a { background-color: rgb(73,12,128); }
div.DivClassName
{
background-color: #490C80;
}
.BgClassName
{
background-color: #490C80;
}
</style>
border-color css
<style>
span { border-color: #490C80; }
span { border-color: rgb(73,12,128); }
td.TdClassName
{
border-color: #490C80;
}
.TagClassName
{
border-color: #490C80;
}
</style>