Shades of Indigo #49075F
Tints of Indigo #49075F
RGB
CMYK
RGB Variations
Color information
#49075F (or 0x49075F) is known color: Indigo. HEX triplet: 49, 07 and 5F. RGB value is (73,7,95). Sum of RGB (Red+Green+Blue) = 73+7+95=175 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.71% from 175); Green value is 7 (3.12% from 255 or 4% from 175); Blue value is 95 (37.5% from 255 or 54.29% from 175); Max value from RGB is 95 - color contains mainly: blue. Hex color #49075F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #49075F is #B6F8A0. Grayscale: #242424. Windows color (decimal): -11991201 or 6227785. OLE color: 6227785.
HSL color Cylindrical-coordinate representation of color #49075F: hue angle of 285º degrees, saturation: 0.86, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #49075F is Cyan = 0.23, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 73 | 7 | 95 | - |
| CMYK | 0.23 | 0.93 | 0 | 0.63 |
| HSL | 285º | 0.86% | 0.2% | - |
| HSV(B) | 285º | 0.93% | 0.37% | - |
| XYZ | 4.89 | 2.39 | 11.03 | - |
| YUV | 36.77 | 160.87 | 153.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 7 | 95 | 0.23 | 0.93 | 0 | 0.63 | 285 | 0.86 | 0.2 |
| Hex | 49 | 7 | 5F | 17 | 5D | 0 | 3F | 11D | 56 | 14 |
| Octal | 111 | 7 | 137 | 27 | 135 | 0 | 77 | 435 | 126 | 24 |
| Binary | 1001001 | 111 | 1011111 | 10111 | 1011101 | 0 | 111111 | 100011101 | 1010110 | 10100 |
Color Harmonies of #49075F
Complementary color
Monochromatic Colors of #49075F
Black with #49075F
Text Example
Text Example
White with #49075F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49075F; }
p { color: rgb(73,7,95); }
H1.HeaderClassName
{
color: #49075F;
}
.AnyTagClassName
{
color: #49075F;
}
</style>
background-color css
<style>
a { background-color: #49075F; }
a { background-color: rgb(73,7,95); }
div.DivClassName
{
background-color: #49075F;
}
.BgClassName
{
background-color: #49075F;
}
</style>
border-color css
<style>
span { border-color: #49075F; }
span { border-color: rgb(73,7,95); }
td.TdClassName
{
border-color: #49075F;
}
.TagClassName
{
border-color: #49075F;
}
</style>