Shades of Indigo #49158D
Tints of Indigo #49158D
RGB
CMYK
RGB Variations
Color information
#49158D (or 0x49158D) is known color: Indigo. HEX triplet: 49, 15 and 8D. RGB value is (73,21,141). Sum of RGB (Red+Green+Blue) = 73+21+141=235 (31% of max value = 765). Red value is 73 (28.91% from 255 or 31.06% from 235); Green value is 21 (8.59% from 255 or 8.94% from 235); Blue value is 141 (55.47% from 255 or 60% from 235); Max value from RGB is 141 - color contains mainly: blue. Hex color #49158D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #49158D is #B6EA72. Grayscale: #313131. Windows color (decimal): -11987571 or 9246025. OLE color: 9246025.
HSL color Cylindrical-coordinate representation of color #49158D: hue angle of 266º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #49158D is Cyan = 0.48, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 73 | 21 | 141 | - |
| CMYK | 0.48 | 0.85 | 0 | 0.45 |
| HSL | 266º | 0.74% | 0.32% | - |
| HSV(B) | 266º | 0.85% | 0.55% | - |
| XYZ | 7.82 | 3.88 | 25.54 | - |
| YUV | 50.23 | 179.23 | 144.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 21 | 141 | 0.48 | 0.85 | 0 | 0.45 | 266 | 0.74 | 0.32 |
| Hex | 49 | 15 | 8D | 30 | 55 | 0 | 2D | 10A | 4A | 20 |
| Octal | 111 | 25 | 215 | 60 | 125 | 0 | 55 | 412 | 112 | 40 |
| Binary | 1001001 | 10101 | 10001101 | 110000 | 1010101 | 0 | 101101 | 100001010 | 1001010 | 100000 |
Color Harmonies of #49158D
Complementary color
Monochromatic Colors of #49158D
Black with #49158D
Text Example
Text Example
White with #49158D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49158D; }
p { color: rgb(73,21,141); }
H1.HeaderClassName
{
color: #49158D;
}
.AnyTagClassName
{
color: #49158D;
}
</style>
background-color css
<style>
a { background-color: #49158D; }
a { background-color: rgb(73,21,141); }
div.DivClassName
{
background-color: #49158D;
}
.BgClassName
{
background-color: #49158D;
}
</style>
border-color css
<style>
span { border-color: #49158D; }
span { border-color: rgb(73,21,141); }
td.TdClassName
{
border-color: #49158D;
}
.TagClassName
{
border-color: #49158D;
}
</style>