Shades of Indigo #49045E
Tints of Indigo #49045E
RGB
CMYK
RGB Variations
Color information
#49045E (or 0x49045E) is known color: Indigo. HEX triplet: 49, 04 and 5E. RGB value is (73,4,94). Sum of RGB (Red+Green+Blue) = 73+4+94=171 (22% of max value = 765). Red value is 73 (28.91% from 255 or 42.69% from 171); Green value is 4 (1.95% from 255 or 2.34% from 171); Blue value is 94 (37.11% from 255 or 54.97% from 171); Max value from RGB is 94 - color contains mainly: blue. Hex color #49045E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #49045E is #B6FBA1. Grayscale: #222222. Windows color (decimal): -11991970 or 6161481. OLE color: 6161481.
HSL color Cylindrical-coordinate representation of color #49045E: hue angle of 286º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #49045E is Cyan = 0.22, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 73 | 4 | 94 | - |
| CMYK | 0.22 | 0.96 | 0 | 0.63 |
| HSL | 286º | 0.92% | 0.19% | - |
| HSV(B) | 286º | 0.96% | 0.37% | - |
| XYZ | 4.81 | 2.31 | 10.78 | - |
| YUV | 34.89 | 161.36 | 155.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 4 | 94 | 0.22 | 0.96 | 0 | 0.63 | 286 | 0.92 | 0.19 |
| Hex | 49 | 4 | 5E | 16 | 60 | 0 | 3F | 11E | 5C | 13 |
| Octal | 111 | 4 | 136 | 26 | 140 | 0 | 77 | 436 | 134 | 23 |
| Binary | 1001001 | 100 | 1011110 | 10110 | 1100000 | 0 | 111111 | 100011110 | 1011100 | 10011 |
Color Harmonies of #49045E
Complementary color
Monochromatic Colors of #49045E
Black with #49045E
Text Example
Text Example
White with #49045E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49045E; }
p { color: rgb(73,4,94); }
H1.HeaderClassName
{
color: #49045E;
}
.AnyTagClassName
{
color: #49045E;
}
</style>
background-color css
<style>
a { background-color: #49045E; }
a { background-color: rgb(73,4,94); }
div.DivClassName
{
background-color: #49045E;
}
.BgClassName
{
background-color: #49045E;
}
</style>
border-color css
<style>
span { border-color: #49045E; }
span { border-color: rgb(73,4,94); }
td.TdClassName
{
border-color: #49045E;
}
.TagClassName
{
border-color: #49045E;
}
</style>