Shades of Indigo #49015E
Tints of Indigo #49015E
RGB
CMYK
RGB Variations
Color information
#49015E (or 0x49015E) is known color: Indigo. HEX triplet: 49, 01 and 5E. RGB value is (73,1,94). Sum of RGB (Red+Green+Blue) = 73+1+94=168 (22% of max value = 765). Red value is 73 (28.91% from 255 or 43.45% from 168); Green value is 1 (0.78% from 255 or 0.60% from 168); Blue value is 94 (37.11% from 255 or 55.95% from 168); Max value from RGB is 94 - color contains mainly: blue. Hex color #49015E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #49015E is #B6FEA1. Grayscale: #202020. Windows color (decimal): -11992738 or 6160713. OLE color: 6160713.
HSL color Cylindrical-coordinate representation of color #49015E: hue angle of 286.45º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #49015E is Cyan = 0.22, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 73 | 1 | 94 | - |
| CMYK | 0.22 | 0.99 | 0 | 0.63 |
| HSL | 286.45º | 0.98% | 0.19% | - |
| HSV(B) | 286.45º | 0.99% | 0.37% | - |
| XYZ | 4.78 | 2.25 | 10.77 | - |
| YUV | 33.13 | 162.35 | 156.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 1 | 94 | 0.22 | 0.99 | 0 | 0.63 | 286.45 | 0.98 | 0.19 |
| Hex | 49 | 1 | 5E | 16 | 63 | 0 | 3F | 11E | 62 | 13 |
| Octal | 111 | 1 | 136 | 26 | 143 | 0 | 77 | 436 | 142 | 23 |
| Binary | 1001001 | 1 | 1011110 | 10110 | 1100011 | 0 | 111111 | 100011110 | 1100010 | 10011 |
Color Harmonies of #49015E
Complementary color
Monochromatic Colors of #49015E
Black with #49015E
Text Example
Text Example
White with #49015E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49015E; }
p { color: rgb(73,1,94); }
H1.HeaderClassName
{
color: #49015E;
}
.AnyTagClassName
{
color: #49015E;
}
</style>
background-color css
<style>
a { background-color: #49015E; }
a { background-color: rgb(73,1,94); }
div.DivClassName
{
background-color: #49015E;
}
.BgClassName
{
background-color: #49015E;
}
</style>
border-color css
<style>
span { border-color: #49015E; }
span { border-color: rgb(73,1,94); }
td.TdClassName
{
border-color: #49015E;
}
.TagClassName
{
border-color: #49015E;
}
</style>