Shades of Indigo #490C7D
Tints of Indigo #490C7D
RGB
CMYK
RGB Variations
Color information
#490C7D (or 0x490C7D) is known color: Indigo. HEX triplet: 49, 0C and 7D. RGB value is (73,12,125). Sum of RGB (Red+Green+Blue) = 73+12+125=210 (27% of max value = 765). Red value is 73 (28.91% from 255 or 34.76% from 210); Green value is 12 (5.08% from 255 or 5.71% from 210); Blue value is 125 (49.22% from 255 or 59.52% from 210); Max value from RGB is 125 - color contains mainly: blue. Hex color #490C7D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #490C7D is #B6F382. Grayscale: #2A2A2A. Windows color (decimal): -11989891 or 8195145. OLE color: 8195145.
HSL color Cylindrical-coordinate representation of color #490C7D: hue angle of 272.39º degrees, saturation: 0.82, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #490C7D is Cyan = 0.42, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 73 | 12 | 125 | - |
| CMYK | 0.42 | 0.90 | 0 | 0.51 |
| HSL | 272.39º | 0.82% | 0.27% | - |
| HSV(B) | 272.39º | 0.9% | 0.49% | - |
| XYZ | 6.58 | 3.16 | 19.67 | - |
| YUV | 43.12 | 174.21 | 149.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 12 | 125 | 0.42 | 0.90 | 0 | 0.51 | 272.39 | 0.82 | 0.27 |
| Hex | 49 | C | 7D | 2A | 5A | 0 | 33 | 110 | 52 | 1B |
| Octal | 111 | 14 | 175 | 52 | 132 | 0 | 63 | 420 | 122 | 33 |
| Binary | 1001001 | 1100 | 1111101 | 101010 | 1011010 | 0 | 110011 | 100010000 | 1010010 | 11011 |
Color Harmonies of #490C7D
Complementary color
Monochromatic Colors of #490C7D
Black with #490C7D
Text Example
Text Example
White with #490C7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490C7D; }
p { color: rgb(73,12,125); }
H1.HeaderClassName
{
color: #490C7D;
}
.AnyTagClassName
{
color: #490C7D;
}
</style>
background-color css
<style>
a { background-color: #490C7D; }
a { background-color: rgb(73,12,125); }
div.DivClassName
{
background-color: #490C7D;
}
.BgClassName
{
background-color: #490C7D;
}
</style>
border-color css
<style>
span { border-color: #490C7D; }
span { border-color: rgb(73,12,125); }
td.TdClassName
{
border-color: #490C7D;
}
.TagClassName
{
border-color: #490C7D;
}
</style>