Shades of Indigo #490B7D
Tints of Indigo #490B7D
RGB
CMYK
RGB Variations
Color information
#490B7D (or 0x490B7D) is known color: Indigo. HEX triplet: 49, 0B and 7D. RGB value is (73,11,125). Sum of RGB (Red+Green+Blue) = 73+11+125=209 (27% of max value = 765). Red value is 73 (28.91% from 255 or 34.93% from 209); Green value is 11 (4.69% from 255 or 5.26% from 209); Blue value is 125 (49.22% from 255 or 59.81% from 209); Max value from RGB is 125 - color contains mainly: blue. Hex color #490B7D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #490B7D is #B6F482. Grayscale: #2A2A2A. Windows color (decimal): -11990147 or 8194889. OLE color: 8194889.
HSL color Cylindrical-coordinate representation of color #490B7D: hue angle of 272.63º degrees, saturation: 0.84, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #490B7D is Cyan = 0.42, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 73 | 11 | 125 | - |
| CMYK | 0.42 | 0.91 | 0 | 0.51 |
| HSL | 272.63º | 0.84% | 0.27% | - |
| HSV(B) | 272.63º | 0.91% | 0.49% | - |
| XYZ | 6.57 | 3.14 | 19.66 | - |
| YUV | 42.53 | 174.54 | 149.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 11 | 125 | 0.42 | 0.91 | 0 | 0.51 | 272.63 | 0.84 | 0.27 |
| Hex | 49 | B | 7D | 2A | 5B | 0 | 33 | 111 | 54 | 1B |
| Octal | 111 | 13 | 175 | 52 | 133 | 0 | 63 | 421 | 124 | 33 |
| Binary | 1001001 | 1011 | 1111101 | 101010 | 1011011 | 0 | 110011 | 100010001 | 1010100 | 11011 |
Color Harmonies of #490B7D
Complementary color
Monochromatic Colors of #490B7D
Black with #490B7D
Text Example
Text Example
White with #490B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490B7D; }
p { color: rgb(73,11,125); }
H1.HeaderClassName
{
color: #490B7D;
}
.AnyTagClassName
{
color: #490B7D;
}
</style>
background-color css
<style>
a { background-color: #490B7D; }
a { background-color: rgb(73,11,125); }
div.DivClassName
{
background-color: #490B7D;
}
.BgClassName
{
background-color: #490B7D;
}
</style>
border-color css
<style>
span { border-color: #490B7D; }
span { border-color: rgb(73,11,125); }
td.TdClassName
{
border-color: #490B7D;
}
.TagClassName
{
border-color: #490B7D;
}
</style>