Shades of Indigo #49147E
Tints of Indigo #49147E
RGB
CMYK
RGB Variations
Color information
#49147E (or 0x49147E) is known color: Indigo. HEX triplet: 49, 14 and 7E. RGB value is (73,20,126). Sum of RGB (Red+Green+Blue) = 73+20+126=219 (29% of max value = 765). Red value is 73 (28.91% from 255 or 33.33% from 219); Green value is 20 (8.20% from 255 or 9.13% from 219); Blue value is 126 (49.61% from 255 or 57.53% from 219); Max value from RGB is 126 - color contains mainly: blue. Hex color #49147E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #49147E is #B6EB81. Grayscale: #2F2F2F. Windows color (decimal): -11987842 or 8262729. OLE color: 8262729.
HSL color Cylindrical-coordinate representation of color #49147E: hue angle of 270º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #49147E is Cyan = 0.42, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 73 | 20 | 126 | - |
| CMYK | 0.42 | 0.84 | 0 | 0.51 |
| HSL | 270º | 0.73% | 0.29% | - |
| HSV(B) | 270º | 0.84% | 0.49% | - |
| XYZ | 6.76 | 3.42 | 20.04 | - |
| YUV | 47.93 | 172.06 | 145.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 20 | 126 | 0.42 | 0.84 | 0 | 0.51 | 270 | 0.73 | 0.29 |
| Hex | 49 | 14 | 7E | 2A | 54 | 0 | 33 | 10E | 49 | 1D |
| Octal | 111 | 24 | 176 | 52 | 124 | 0 | 63 | 416 | 111 | 35 |
| Binary | 1001001 | 10100 | 1111110 | 101010 | 1010100 | 0 | 110011 | 100001110 | 1001001 | 11101 |
Color Harmonies of #49147E
Complementary color
Monochromatic Colors of #49147E
Black with #49147E
Text Example
Text Example
White with #49147E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49147E; }
p { color: rgb(73,20,126); }
H1.HeaderClassName
{
color: #49147E;
}
.AnyTagClassName
{
color: #49147E;
}
</style>
background-color css
<style>
a { background-color: #49147E; }
a { background-color: rgb(73,20,126); }
div.DivClassName
{
background-color: #49147E;
}
.BgClassName
{
background-color: #49147E;
}
</style>
border-color css
<style>
span { border-color: #49147E; }
span { border-color: rgb(73,20,126); }
td.TdClassName
{
border-color: #49147E;
}
.TagClassName
{
border-color: #49147E;
}
</style>