Shades of Indigo #49188D
Tints of Indigo #49188D
RGB
CMYK
RGB Variations
Color information
#49188D (or 0x49188D) is known color: Indigo. HEX triplet: 49, 18 and 8D. RGB value is (73,24,141). Sum of RGB (Red+Green+Blue) = 73+24+141=238 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.67% from 238); Green value is 24 (9.77% from 255 or 10.08% from 238); Blue value is 141 (55.47% from 255 or 59.24% from 238); Max value from RGB is 141 - color contains mainly: blue. Hex color #49188D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #49188D is #B6E772. Grayscale: #333333. Windows color (decimal): -11986803 or 9246793. OLE color: 9246793.
HSL color Cylindrical-coordinate representation of color #49188D: hue angle of 265.13º degrees, saturation: 0.71, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #49188D is Cyan = 0.48, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 73 | 24 | 141 | - |
| CMYK | 0.48 | 0.83 | 0 | 0.45 |
| HSL | 265.13º | 0.71% | 0.32% | - |
| HSV(B) | 265.13º | 0.83% | 0.55% | - |
| XYZ | 7.88 | 3.99 | 25.55 | - |
| YUV | 51.99 | 178.23 | 142.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 24 | 141 | 0.48 | 0.83 | 0 | 0.45 | 265.13 | 0.71 | 0.32 |
| Hex | 49 | 18 | 8D | 30 | 53 | 0 | 2D | 109 | 47 | 20 |
| Octal | 111 | 30 | 215 | 60 | 123 | 0 | 55 | 411 | 107 | 40 |
| Binary | 1001001 | 11000 | 10001101 | 110000 | 1010011 | 0 | 101101 | 100001001 | 1000111 | 100000 |
Color Harmonies of #49188D
Complementary color
Monochromatic Colors of #49188D
Black with #49188D
Text Example
Text Example
White with #49188D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49188D; }
p { color: rgb(73,24,141); }
H1.HeaderClassName
{
color: #49188D;
}
.AnyTagClassName
{
color: #49188D;
}
</style>
background-color css
<style>
a { background-color: #49188D; }
a { background-color: rgb(73,24,141); }
div.DivClassName
{
background-color: #49188D;
}
.BgClassName
{
background-color: #49188D;
}
</style>
border-color css
<style>
span { border-color: #49188D; }
span { border-color: rgb(73,24,141); }
td.TdClassName
{
border-color: #49188D;
}
.TagClassName
{
border-color: #49188D;
}
</style>