Shades of Indigo #490B8B
Tints of Indigo #490B8B
RGB
CMYK
RGB Variations
Color information
#490B8B (or 0x490B8B) is known color: Indigo. HEX triplet: 49, 0B and 8B. RGB value is (73,11,139). Sum of RGB (Red+Green+Blue) = 73+11+139=223 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.74% from 223); Green value is 11 (4.69% from 255 or 4.93% from 223); Blue value is 139 (54.69% from 255 or 62.33% from 223); Max value from RGB is 139 - color contains mainly: blue. Hex color #490B8B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #490B8B is #B6F474. Grayscale: #2B2B2B. Windows color (decimal): -11990133 or 9112393. OLE color: 9112393.
HSL color Cylindrical-coordinate representation of color #490B8B: hue angle of 269.06º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #490B8B is Cyan = 0.47, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 73 | 11 | 139 | - |
| CMYK | 0.47 | 0.92 | 0 | 0.45 |
| HSL | 269.06º | 0.85% | 0.29% | - |
| HSV(B) | 269.06º | 0.92% | 0.55% | - |
| XYZ | 7.53 | 3.52 | 24.71 | - |
| YUV | 44.13 | 181.54 | 148.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 11 | 139 | 0.47 | 0.92 | 0 | 0.45 | 269.06 | 0.85 | 0.29 |
| Hex | 49 | B | 8B | 2F | 5C | 0 | 2D | 10D | 55 | 1D |
| Octal | 111 | 13 | 213 | 57 | 134 | 0 | 55 | 415 | 125 | 35 |
| Binary | 1001001 | 1011 | 10001011 | 101111 | 1011100 | 0 | 101101 | 100001101 | 1010101 | 11101 |
Color Harmonies of #490B8B
Complementary color
Monochromatic Colors of #490B8B
Black with #490B8B
Text Example
Text Example
White with #490B8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490B8B; }
p { color: rgb(73,11,139); }
H1.HeaderClassName
{
color: #490B8B;
}
.AnyTagClassName
{
color: #490B8B;
}
</style>
background-color css
<style>
a { background-color: #490B8B; }
a { background-color: rgb(73,11,139); }
div.DivClassName
{
background-color: #490B8B;
}
.BgClassName
{
background-color: #490B8B;
}
</style>
border-color css
<style>
span { border-color: #490B8B; }
span { border-color: rgb(73,11,139); }
td.TdClassName
{
border-color: #490B8B;
}
.TagClassName
{
border-color: #490B8B;
}
</style>