Shades of Indigo #49035D
Tints of Indigo #49035D
RGB
CMYK
RGB Variations
Color information
#49035D (or 0x49035D) is known color: Indigo. HEX triplet: 49, 03 and 5D. RGB value is (73,3,93). Sum of RGB (Red+Green+Blue) = 73+3+93=169 (22% of max value = 765). Red value is 73 (28.91% from 255 or 43.20% from 169); Green value is 3 (1.56% from 255 or 1.78% from 169); Blue value is 93 (36.72% from 255 or 55.03% from 169); Max value from RGB is 93 - color contains mainly: blue. Hex color #49035D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #49035D is #B6FCA2. Grayscale: #212121. Windows color (decimal): -11992227 or 6095689. OLE color: 6095689.
HSL color Cylindrical-coordinate representation of color #49035D: hue angle of 286.67º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #49035D is Cyan = 0.22, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 73 | 3 | 93 | - |
| CMYK | 0.22 | 0.97 | 0 | 0.64 |
| HSL | 286.67º | 0.94% | 0.19% | - |
| HSV(B) | 286.67º | 0.97% | 0.36% | - |
| XYZ | 4.76 | 2.27 | 10.54 | - |
| YUV | 34.19 | 161.19 | 155.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 3 | 93 | 0.22 | 0.97 | 0 | 0.64 | 286.67 | 0.94 | 0.19 |
| Hex | 49 | 3 | 5D | 16 | 61 | 0 | 40 | 11F | 5E | 13 |
| Octal | 111 | 3 | 135 | 26 | 141 | 0 | 100 | 437 | 136 | 23 |
| Binary | 1001001 | 11 | 1011101 | 10110 | 1100001 | 0 | 1000000 | 100011111 | 1011110 | 10011 |
Color Harmonies of #49035D
Complementary color
Monochromatic Colors of #49035D
Black with #49035D
Text Example
Text Example
White with #49035D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49035D; }
p { color: rgb(73,3,93); }
H1.HeaderClassName
{
color: #49035D;
}
.AnyTagClassName
{
color: #49035D;
}
</style>
background-color css
<style>
a { background-color: #49035D; }
a { background-color: rgb(73,3,93); }
div.DivClassName
{
background-color: #49035D;
}
.BgClassName
{
background-color: #49035D;
}
</style>
border-color css
<style>
span { border-color: #49035D; }
span { border-color: rgb(73,3,93); }
td.TdClassName
{
border-color: #49035D;
}
.TagClassName
{
border-color: #49035D;
}
</style>