Shades of Indigo #490C8A
Tints of Indigo #490C8A
RGB
CMYK
RGB Variations
Color information
#490C8A (or 0x490C8A) is known color: Indigo. HEX triplet: 49, 0C and 8A. RGB value is (73,12,138). Sum of RGB (Red+Green+Blue) = 73+12+138=223 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.74% from 223); Green value is 12 (5.08% from 255 or 5.38% from 223); Blue value is 138 (54.30% from 255 or 61.88% from 223); Max value from RGB is 138 - color contains mainly: blue. Hex color #490C8A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #490C8A is #B6F375. Grayscale: #2C2C2C. Windows color (decimal): -11989878 or 9047113. OLE color: 9047113.
HSL color Cylindrical-coordinate representation of color #490C8A: hue angle of 269.05º 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 #490C8A is Cyan = 0.47, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 73 | 12 | 138 | - |
| CMYK | 0.47 | 0.91 | 0 | 0.46 |
| HSL | 269.05º | 0.84% | 0.29% | - |
| HSV(B) | 269.05º | 0.91% | 0.54% | - |
| XYZ | 7.47 | 3.51 | 24.33 | - |
| YUV | 44.6 | 180.71 | 148.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 12 | 138 | 0.47 | 0.91 | 0 | 0.46 | 269.05 | 0.84 | 0.29 |
| Hex | 49 | C | 8A | 2F | 5B | 0 | 2E | 10D | 54 | 1D |
| Octal | 111 | 14 | 212 | 57 | 133 | 0 | 56 | 415 | 124 | 35 |
| Binary | 1001001 | 1100 | 10001010 | 101111 | 1011011 | 0 | 101110 | 100001101 | 1010100 | 11101 |
Color Harmonies of #490C8A
Complementary color
Monochromatic Colors of #490C8A
Black with #490C8A
Text Example
Text Example
White with #490C8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490C8A; }
p { color: rgb(73,12,138); }
H1.HeaderClassName
{
color: #490C8A;
}
.AnyTagClassName
{
color: #490C8A;
}
</style>
background-color css
<style>
a { background-color: #490C8A; }
a { background-color: rgb(73,12,138); }
div.DivClassName
{
background-color: #490C8A;
}
.BgClassName
{
background-color: #490C8A;
}
</style>
border-color css
<style>
span { border-color: #490C8A; }
span { border-color: rgb(73,12,138); }
td.TdClassName
{
border-color: #490C8A;
}
.TagClassName
{
border-color: #490C8A;
}
</style>