Shades of Indigo #49178C
Tints of Indigo #49178C
RGB
CMYK
RGB Variations
Color information
#49178C (or 0x49178C) is known color: Indigo. HEX triplet: 49, 17 and 8C. RGB value is (73,23,140). Sum of RGB (Red+Green+Blue) = 73+23+140=236 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.93% from 236); Green value is 23 (9.38% from 255 or 9.75% from 236); Blue value is 140 (55.08% from 255 or 59.32% from 236); Max value from RGB is 140 - color contains mainly: blue. Hex color #49178C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #49178C is #B6E873. Grayscale: #323232. Windows color (decimal): -11987060 or 9181001. OLE color: 9181001.
HSL color Cylindrical-coordinate representation of color #49178C: hue angle of 265.64º 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 #49178C is Cyan = 0.48, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 73 | 23 | 140 | - |
| CMYK | 0.48 | 0.84 | 0 | 0.45 |
| HSL | 265.64º | 0.72% | 0.32% | - |
| HSV(B) | 265.64º | 0.84% | 0.55% | - |
| XYZ | 7.79 | 3.92 | 25.16 | - |
| YUV | 51.29 | 178.07 | 143.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 23 | 140 | 0.48 | 0.84 | 0 | 0.45 | 265.64 | 0.72 | 0.32 |
| Hex | 49 | 17 | 8C | 30 | 54 | 0 | 2D | 10A | 48 | 20 |
| Octal | 111 | 27 | 214 | 60 | 124 | 0 | 55 | 412 | 110 | 40 |
| Binary | 1001001 | 10111 | 10001100 | 110000 | 1010100 | 0 | 101101 | 100001010 | 1001000 | 100000 |
Color Harmonies of #49178C
Complementary color
Monochromatic Colors of #49178C
Black with #49178C
Text Example
Text Example
White with #49178C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49178C; }
p { color: rgb(73,23,140); }
H1.HeaderClassName
{
color: #49178C;
}
.AnyTagClassName
{
color: #49178C;
}
</style>
background-color css
<style>
a { background-color: #49178C; }
a { background-color: rgb(73,23,140); }
div.DivClassName
{
background-color: #49178C;
}
.BgClassName
{
background-color: #49178C;
}
</style>
border-color css
<style>
span { border-color: #49178C; }
span { border-color: rgb(73,23,140); }
td.TdClassName
{
border-color: #49178C;
}
.TagClassName
{
border-color: #49178C;
}
</style>