Shades of Indigo #490D81
Tints of Indigo #490D81
RGB
CMYK
RGB Variations
Color information
#490D81 (or 0x490D81) is known color: Indigo. HEX triplet: 49, 0D and 81. RGB value is (73,13,129). Sum of RGB (Red+Green+Blue) = 73+13+129=215 (28% of max value = 765). Red value is 73 (28.91% from 255 or 33.95% from 215); Green value is 13 (5.47% from 255 or 6.05% from 215); Blue value is 129 (50.78% from 255 or 60% from 215); Max value from RGB is 129 - color contains mainly: blue. Hex color #490D81 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #490D81 is #B6F27E. Grayscale: #2B2B2B. Windows color (decimal): -11989631 or 8457545. OLE color: 8457545.
HSL color Cylindrical-coordinate representation of color #490D81: hue angle of 271.03º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #490D81 is Cyan = 0.43, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 73 | 13 | 129 | - |
| CMYK | 0.43 | 0.90 | 0 | 0.49 |
| HSL | 271.03º | 0.82% | 0.28% | - |
| HSV(B) | 271.03º | 0.9% | 0.51% | - |
| XYZ | 6.85 | 3.29 | 21.04 | - |
| YUV | 44.16 | 175.88 | 148.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 13 | 129 | 0.43 | 0.90 | 0 | 0.49 | 271.03 | 0.82 | 0.28 |
| Hex | 49 | D | 81 | 2B | 5A | 0 | 31 | 10F | 52 | 1C |
| Octal | 111 | 15 | 201 | 53 | 132 | 0 | 61 | 417 | 122 | 34 |
| Binary | 1001001 | 1101 | 10000001 | 101011 | 1011010 | 0 | 110001 | 100001111 | 1010010 | 11100 |
Color Harmonies of #490D81
Complementary color
Monochromatic Colors of #490D81
Black with #490D81
Text Example
Text Example
White with #490D81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490D81; }
p { color: rgb(73,13,129); }
H1.HeaderClassName
{
color: #490D81;
}
.AnyTagClassName
{
color: #490D81;
}
</style>
background-color css
<style>
a { background-color: #490D81; }
a { background-color: rgb(73,13,129); }
div.DivClassName
{
background-color: #490D81;
}
.BgClassName
{
background-color: #490D81;
}
</style>
border-color css
<style>
span { border-color: #490D81; }
span { border-color: rgb(73,13,129); }
td.TdClassName
{
border-color: #490D81;
}
.TagClassName
{
border-color: #490D81;
}
</style>