Shades of Indigo #49036C
Tints of Indigo #49036C
RGB
CMYK
RGB Variations
Color information
#49036C (or 0x49036C) is known color: Indigo. HEX triplet: 49, 03 and 6C. RGB value is (73,3,108). Sum of RGB (Red+Green+Blue) = 73+3+108=184 (24% of max value = 765). Red value is 73 (28.91% from 255 or 39.67% from 184); Green value is 3 (1.56% from 255 or 1.63% from 184); Blue value is 108 (42.58% from 255 or 58.70% from 184); Max value from RGB is 108 - color contains mainly: blue. Hex color #49036C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #49036C is #B6FC93. Grayscale: #232323. Windows color (decimal): -11992212 or 7078729. OLE color: 7078729.
HSL color Cylindrical-coordinate representation of color #49036C: hue angle of 280º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #49036C is Cyan = 0.32, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 73 | 3 | 108 | - |
| CMYK | 0.32 | 0.97 | 0 | 0.58 |
| HSL | 280º | 0.95% | 0.22% | - |
| HSV(B) | 280º | 0.97% | 0.42% | - |
| XYZ | 5.49 | 2.56 | 14.39 | - |
| YUV | 35.9 | 168.69 | 154.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 3 | 108 | 0.32 | 0.97 | 0 | 0.58 | 280 | 0.95 | 0.22 |
| Hex | 49 | 3 | 6C | 20 | 61 | 0 | 3A | 118 | 5F | 16 |
| Octal | 111 | 3 | 154 | 40 | 141 | 0 | 72 | 430 | 137 | 26 |
| Binary | 1001001 | 11 | 1101100 | 100000 | 1100001 | 0 | 111010 | 100011000 | 1011111 | 10110 |
Color Harmonies of #49036C
Complementary color
Monochromatic Colors of #49036C
Black with #49036C
Text Example
Text Example
White with #49036C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49036C; }
p { color: rgb(73,3,108); }
H1.HeaderClassName
{
color: #49036C;
}
.AnyTagClassName
{
color: #49036C;
}
</style>
background-color css
<style>
a { background-color: #49036C; }
a { background-color: rgb(73,3,108); }
div.DivClassName
{
background-color: #49036C;
}
.BgClassName
{
background-color: #49036C;
}
</style>
border-color css
<style>
span { border-color: #49036C; }
span { border-color: rgb(73,3,108); }
td.TdClassName
{
border-color: #49036C;
}
.TagClassName
{
border-color: #49036C;
}
</style>