Shades of Indigo #49136B
Tints of Indigo #49136B
RGB
CMYK
RGB Variations
Color information
#49136B (or 0x49136B) is known color: Indigo. HEX triplet: 49, 13 and 6B. RGB value is (73,19,107). Sum of RGB (Red+Green+Blue) = 73+19+107=199 (26% of max value = 765). Red value is 73 (28.91% from 255 or 36.68% from 199); Green value is 19 (7.81% from 255 or 9.55% from 199); Blue value is 107 (42.19% from 255 or 53.77% from 199); Max value from RGB is 107 - color contains mainly: blue. Hex color #49136B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #49136B is #B6EC94. Grayscale: #2C2C2C. Windows color (decimal): -11988117 or 7017289. OLE color: 7017289.
HSL color Cylindrical-coordinate representation of color #49136B: hue angle of 276.82º degrees, saturation: 0.7, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #49136B is Cyan = 0.32, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 73 | 19 | 107 | - |
| CMYK | 0.32 | 0.82 | 0 | 0.58 |
| HSL | 276.82º | 0.7% | 0.25% | - |
| HSV(B) | 276.82º | 0.82% | 0.42% | - |
| XYZ | 5.63 | 2.94 | 14.18 | - |
| YUV | 45.18 | 162.89 | 147.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 19 | 107 | 0.32 | 0.82 | 0 | 0.58 | 276.82 | 0.7 | 0.25 |
| Hex | 49 | 13 | 6B | 20 | 52 | 0 | 3A | 115 | 46 | 19 |
| Octal | 111 | 23 | 153 | 40 | 122 | 0 | 72 | 425 | 106 | 31 |
| Binary | 1001001 | 10011 | 1101011 | 100000 | 1010010 | 0 | 111010 | 100010101 | 1000110 | 11001 |
Color Harmonies of #49136B
Complementary color
Monochromatic Colors of #49136B
Black with #49136B
Text Example
Text Example
White with #49136B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49136B; }
p { color: rgb(73,19,107); }
H1.HeaderClassName
{
color: #49136B;
}
.AnyTagClassName
{
color: #49136B;
}
</style>
background-color css
<style>
a { background-color: #49136B; }
a { background-color: rgb(73,19,107); }
div.DivClassName
{
background-color: #49136B;
}
.BgClassName
{
background-color: #49136B;
}
</style>
border-color css
<style>
span { border-color: #49136B; }
span { border-color: rgb(73,19,107); }
td.TdClassName
{
border-color: #49136B;
}
.TagClassName
{
border-color: #49136B;
}
</style>