Shades of Indigo #49035E
Tints of Indigo #49035E
RGB
CMYK
RGB Variations
Color information
#49035E (or 0x49035E) is known color: Indigo. HEX triplet: 49, 03 and 5E. RGB value is (73,3,94). Sum of RGB (Red+Green+Blue) = 73+3+94=170 (22% of max value = 765). Red value is 73 (28.91% from 255 or 42.94% from 170); Green value is 3 (1.56% from 255 or 1.76% from 170); Blue value is 94 (37.11% from 255 or 55.29% from 170); Max value from RGB is 94 - color contains mainly: blue. Hex color #49035E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #49035E is #B6FCA1. Grayscale: #222222. Windows color (decimal): -11992226 or 6161225. OLE color: 6161225.
HSL color Cylindrical-coordinate representation of color #49035E: hue angle of 286.15º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #49035E is Cyan = 0.22, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 73 | 3 | 94 | - |
| CMYK | 0.22 | 0.97 | 0 | 0.63 |
| HSL | 286.15º | 0.94% | 0.19% | - |
| HSV(B) | 286.15º | 0.97% | 0.37% | - |
| XYZ | 4.8 | 2.29 | 10.78 | - |
| YUV | 34.3 | 161.69 | 155.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 3 | 94 | 0.22 | 0.97 | 0 | 0.63 | 286.15 | 0.94 | 0.19 |
| Hex | 49 | 3 | 5E | 16 | 61 | 0 | 3F | 11E | 5E | 13 |
| Octal | 111 | 3 | 136 | 26 | 141 | 0 | 77 | 436 | 136 | 23 |
| Binary | 1001001 | 11 | 1011110 | 10110 | 1100001 | 0 | 111111 | 100011110 | 1011110 | 10011 |
Color Harmonies of #49035E
Complementary color
Monochromatic Colors of #49035E
Black with #49035E
Text Example
Text Example
White with #49035E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49035E; }
p { color: rgb(73,3,94); }
H1.HeaderClassName
{
color: #49035E;
}
.AnyTagClassName
{
color: #49035E;
}
</style>
background-color css
<style>
a { background-color: #49035E; }
a { background-color: rgb(73,3,94); }
div.DivClassName
{
background-color: #49035E;
}
.BgClassName
{
background-color: #49035E;
}
</style>
border-color css
<style>
span { border-color: #49035E; }
span { border-color: rgb(73,3,94); }
td.TdClassName
{
border-color: #49035E;
}
.TagClassName
{
border-color: #49035E;
}
</style>