Shades of Indigo #490D8A
Tints of Indigo #490D8A
RGB
CMYK
RGB Variations
Color information
#490D8A (or 0x490D8A) is known color: Indigo. HEX triplet: 49, 0D and 8A. RGB value is (73,13,138). Sum of RGB (Red+Green+Blue) = 73+13+138=224 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.59% from 224); Green value is 13 (5.47% from 255 or 5.80% from 224); Blue value is 138 (54.30% from 255 or 61.61% from 224); Max value from RGB is 138 - color contains mainly: blue. Hex color #490D8A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #490D8A is #B6F275. Grayscale: #2C2C2C. Windows color (decimal): -11989622 or 9047369. OLE color: 9047369.
HSL color Cylindrical-coordinate representation of color #490D8A: hue angle of 268.8º degrees, saturation: 0.83, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #490D8A is Cyan = 0.47, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 73 | 13 | 138 | - |
| CMYK | 0.47 | 0.91 | 0 | 0.46 |
| HSL | 268.8º | 0.83% | 0.3% | - |
| HSV(B) | 268.8º | 0.91% | 0.54% | - |
| XYZ | 7.48 | 3.54 | 24.33 | - |
| YUV | 45.19 | 180.38 | 147.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 13 | 138 | 0.47 | 0.91 | 0 | 0.46 | 268.8 | 0.83 | 0.3 |
| Hex | 49 | D | 8A | 2F | 5B | 0 | 2E | 10D | 53 | 1E |
| Octal | 111 | 15 | 212 | 57 | 133 | 0 | 56 | 415 | 123 | 36 |
| Binary | 1001001 | 1101 | 10001010 | 101111 | 1011011 | 0 | 101110 | 100001101 | 1010011 | 11110 |
Color Harmonies of #490D8A
Complementary color
Monochromatic Colors of #490D8A
Black with #490D8A
Text Example
Text Example
White with #490D8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490D8A; }
p { color: rgb(73,13,138); }
H1.HeaderClassName
{
color: #490D8A;
}
.AnyTagClassName
{
color: #490D8A;
}
</style>
background-color css
<style>
a { background-color: #490D8A; }
a { background-color: rgb(73,13,138); }
div.DivClassName
{
background-color: #490D8A;
}
.BgClassName
{
background-color: #490D8A;
}
</style>
border-color css
<style>
span { border-color: #490D8A; }
span { border-color: rgb(73,13,138); }
td.TdClassName
{
border-color: #490D8A;
}
.TagClassName
{
border-color: #490D8A;
}
</style>