Shades of Indigo #49136D
Tints of Indigo #49136D
RGB
CMYK
RGB Variations
Color information
#49136D (or 0x49136D) is known color: Indigo. HEX triplet: 49, 13 and 6D. RGB value is (73,19,109). Sum of RGB (Red+Green+Blue) = 73+19+109=201 (26% of max value = 765). Red value is 73 (28.91% from 255 or 36.32% from 201); Green value is 19 (7.81% from 255 or 9.45% from 201); Blue value is 109 (42.97% from 255 or 54.23% from 201); Max value from RGB is 109 - color contains mainly: blue. Hex color #49136D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #49136D is #B6EC92. Grayscale: #2D2D2D. Windows color (decimal): -11988115 or 7148361. OLE color: 7148361.
HSL color Cylindrical-coordinate representation of color #49136D: hue angle of 276º degrees, saturation: 0.7, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #49136D is Cyan = 0.33, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 73 | 19 | 109 | - |
| CMYK | 0.33 | 0.83 | 0 | 0.57 |
| HSL | 276º | 0.7% | 0.25% | - |
| HSV(B) | 276º | 0.83% | 0.43% | - |
| XYZ | 5.74 | 2.99 | 14.74 | - |
| YUV | 45.41 | 163.89 | 147.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 19 | 109 | 0.33 | 0.83 | 0 | 0.57 | 276 | 0.7 | 0.25 |
| Hex | 49 | 13 | 6D | 21 | 53 | 0 | 39 | 114 | 46 | 19 |
| Octal | 111 | 23 | 155 | 41 | 123 | 0 | 71 | 424 | 106 | 31 |
| Binary | 1001001 | 10011 | 1101101 | 100001 | 1010011 | 0 | 111001 | 100010100 | 1000110 | 11001 |
Color Harmonies of #49136D
Complementary color
Monochromatic Colors of #49136D
Black with #49136D
Text Example
Text Example
White with #49136D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49136D; }
p { color: rgb(73,19,109); }
H1.HeaderClassName
{
color: #49136D;
}
.AnyTagClassName
{
color: #49136D;
}
</style>
background-color css
<style>
a { background-color: #49136D; }
a { background-color: rgb(73,19,109); }
div.DivClassName
{
background-color: #49136D;
}
.BgClassName
{
background-color: #49136D;
}
</style>
border-color css
<style>
span { border-color: #49136D; }
span { border-color: rgb(73,19,109); }
td.TdClassName
{
border-color: #49136D;
}
.TagClassName
{
border-color: #49136D;
}
</style>