Shades of Indigo #49136A
Tints of Indigo #49136A
RGB
CMYK
RGB Variations
Color information
#49136A (or 0x49136A) is known color: Indigo. HEX triplet: 49, 13 and 6A. RGB value is (73,19,106). Sum of RGB (Red+Green+Blue) = 73+19+106=198 (26% of max value = 765). Red value is 73 (28.91% from 255 or 36.87% from 198); Green value is 19 (7.81% from 255 or 9.60% from 198); Blue value is 106 (41.80% from 255 or 53.54% from 198); Max value from RGB is 106 - color contains mainly: blue. Hex color #49136A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #49136A is #B6EC95. Grayscale: #2C2C2C. Windows color (decimal): -11988118 or 6951753. OLE color: 6951753.
HSL color Cylindrical-coordinate representation of color #49136A: hue angle of 277.24º 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 #49136A is Cyan = 0.31, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 73 | 19 | 106 | - |
| CMYK | 0.31 | 0.82 | 0 | 0.58 |
| HSL | 277.24º | 0.7% | 0.25% | - |
| HSV(B) | 277.24º | 0.82% | 0.42% | - |
| XYZ | 5.58 | 2.92 | 13.91 | - |
| YUV | 45.06 | 162.39 | 147.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 19 | 106 | 0.31 | 0.82 | 0 | 0.58 | 277.24 | 0.7 | 0.25 |
| Hex | 49 | 13 | 6A | 1F | 52 | 0 | 3A | 115 | 46 | 19 |
| Octal | 111 | 23 | 152 | 37 | 122 | 0 | 72 | 425 | 106 | 31 |
| Binary | 1001001 | 10011 | 1101010 | 11111 | 1010010 | 0 | 111010 | 100010101 | 1000110 | 11001 |
Color Harmonies of #49136A
Complementary color
Monochromatic Colors of #49136A
Black with #49136A
Text Example
Text Example
White with #49136A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49136A; }
p { color: rgb(73,19,106); }
H1.HeaderClassName
{
color: #49136A;
}
.AnyTagClassName
{
color: #49136A;
}
</style>
background-color css
<style>
a { background-color: #49136A; }
a { background-color: rgb(73,19,106); }
div.DivClassName
{
background-color: #49136A;
}
.BgClassName
{
background-color: #49136A;
}
</style>
border-color css
<style>
span { border-color: #49136A; }
span { border-color: rgb(73,19,106); }
td.TdClassName
{
border-color: #49136A;
}
.TagClassName
{
border-color: #49136A;
}
</style>