Shades of Indigo #49178D
Tints of Indigo #49178D
RGB
CMYK
RGB Variations
Color information
#49178D (or 0x49178D) is known color: Indigo. HEX triplet: 49, 17 and 8D. RGB value is (73,23,141). Sum of RGB (Red+Green+Blue) = 73+23+141=237 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.80% from 237); Green value is 23 (9.38% from 255 or 9.70% from 237); Blue value is 141 (55.47% from 255 or 59.49% from 237); Max value from RGB is 141 - color contains mainly: blue. Hex color #49178D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #49178D is #B6E872. Grayscale: #323232. Windows color (decimal): -11987059 or 9246537. OLE color: 9246537.
HSL color Cylindrical-coordinate representation of color #49178D: hue angle of 265.42º degrees, saturation: 0.72, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #49178D is Cyan = 0.48, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 73 | 23 | 141 | - |
| CMYK | 0.48 | 0.84 | 0 | 0.45 |
| HSL | 265.42º | 0.72% | 0.32% | - |
| HSV(B) | 265.42º | 0.84% | 0.55% | - |
| XYZ | 7.86 | 3.95 | 25.55 | - |
| YUV | 51.4 | 178.57 | 143.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 23 | 141 | 0.48 | 0.84 | 0 | 0.45 | 265.42 | 0.72 | 0.32 |
| Hex | 49 | 17 | 8D | 30 | 54 | 0 | 2D | 109 | 48 | 20 |
| Octal | 111 | 27 | 215 | 60 | 124 | 0 | 55 | 411 | 110 | 40 |
| Binary | 1001001 | 10111 | 10001101 | 110000 | 1010100 | 0 | 101101 | 100001001 | 1001000 | 100000 |
Color Harmonies of #49178D
Complementary color
Monochromatic Colors of #49178D
Black with #49178D
Text Example
Text Example
White with #49178D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49178D; }
p { color: rgb(73,23,141); }
H1.HeaderClassName
{
color: #49178D;
}
.AnyTagClassName
{
color: #49178D;
}
</style>
background-color css
<style>
a { background-color: #49178D; }
a { background-color: rgb(73,23,141); }
div.DivClassName
{
background-color: #49178D;
}
.BgClassName
{
background-color: #49178D;
}
</style>
border-color css
<style>
span { border-color: #49178D; }
span { border-color: rgb(73,23,141); }
td.TdClassName
{
border-color: #49178D;
}
.TagClassName
{
border-color: #49178D;
}
</style>