Shades of Indigo #49055D
Tints of Indigo #49055D
RGB
CMYK
RGB Variations
Color information
#49055D (or 0x49055D) is known color: Indigo. HEX triplet: 49, 05 and 5D. RGB value is (73,5,93). Sum of RGB (Red+Green+Blue) = 73+5+93=171 (22% of max value = 765). Red value is 73 (28.91% from 255 or 42.69% from 171); Green value is 5 (2.34% from 255 or 2.92% from 171); Blue value is 93 (36.72% from 255 or 54.39% from 171); Max value from RGB is 93 - color contains mainly: blue. Hex color #49055D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #49055D is #B6FAA2. Grayscale: #232323. Windows color (decimal): -11991715 or 6096201. OLE color: 6096201.
HSL color Cylindrical-coordinate representation of color #49055D: hue angle of 286.36º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #49055D is Cyan = 0.22, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 73 | 5 | 93 | - |
| CMYK | 0.22 | 0.95 | 0 | 0.64 |
| HSL | 286.36º | 0.9% | 0.19% | - |
| HSV(B) | 286.36º | 0.95% | 0.36% | - |
| XYZ | 4.78 | 2.32 | 10.55 | - |
| YUV | 35.36 | 160.53 | 154.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 5 | 93 | 0.22 | 0.95 | 0 | 0.64 | 286.36 | 0.9 | 0.19 |
| Hex | 49 | 5 | 5D | 16 | 5F | 0 | 40 | 11E | 5A | 13 |
| Octal | 111 | 5 | 135 | 26 | 137 | 0 | 100 | 436 | 132 | 23 |
| Binary | 1001001 | 101 | 1011101 | 10110 | 1011111 | 0 | 1000000 | 100011110 | 1011010 | 10011 |
Color Harmonies of #49055D
Complementary color
Monochromatic Colors of #49055D
Black with #49055D
Text Example
Text Example
White with #49055D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49055D; }
p { color: rgb(73,5,93); }
H1.HeaderClassName
{
color: #49055D;
}
.AnyTagClassName
{
color: #49055D;
}
</style>
background-color css
<style>
a { background-color: #49055D; }
a { background-color: rgb(73,5,93); }
div.DivClassName
{
background-color: #49055D;
}
.BgClassName
{
background-color: #49055D;
}
</style>
border-color css
<style>
span { border-color: #49055D; }
span { border-color: rgb(73,5,93); }
td.TdClassName
{
border-color: #49055D;
}
.TagClassName
{
border-color: #49055D;
}
</style>