Shades of Indigo #49188A
Tints of Indigo #49188A
RGB
CMYK
RGB Variations
Color information
#49188A (or 0x49188A) is known color: Indigo. HEX triplet: 49, 18 and 8A. RGB value is (73,24,138). Sum of RGB (Red+Green+Blue) = 73+24+138=235 (31% of max value = 765). Red value is 73 (28.91% from 255 or 31.06% from 235); Green value is 24 (9.77% from 255 or 10.21% from 235); Blue value is 138 (54.30% from 255 or 58.72% from 235); Max value from RGB is 138 - color contains mainly: blue. Hex color #49188A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #49188A is #B6E775. Grayscale: #333333. Windows color (decimal): -11986806 or 9050185. OLE color: 9050185.
HSL color Cylindrical-coordinate representation of color #49188A: hue angle of 265.79º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #49188A is Cyan = 0.47, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 73 | 24 | 138 | - |
| CMYK | 0.47 | 0.83 | 0 | 0.46 |
| HSL | 265.79º | 0.7% | 0.32% | - |
| HSV(B) | 265.79º | 0.83% | 0.54% | - |
| XYZ | 7.66 | 3.9 | 24.39 | - |
| YUV | 51.65 | 176.73 | 143.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 24 | 138 | 0.47 | 0.83 | 0 | 0.46 | 265.79 | 0.7 | 0.32 |
| Hex | 49 | 18 | 8A | 2F | 53 | 0 | 2E | 10A | 46 | 20 |
| Octal | 111 | 30 | 212 | 57 | 123 | 0 | 56 | 412 | 106 | 40 |
| Binary | 1001001 | 11000 | 10001010 | 101111 | 1010011 | 0 | 101110 | 100001010 | 1000110 | 100000 |
Color Harmonies of #49188A
Complementary color
Monochromatic Colors of #49188A
Black with #49188A
Text Example
Text Example
White with #49188A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49188A; }
p { color: rgb(73,24,138); }
H1.HeaderClassName
{
color: #49188A;
}
.AnyTagClassName
{
color: #49188A;
}
</style>
background-color css
<style>
a { background-color: #49188A; }
a { background-color: rgb(73,24,138); }
div.DivClassName
{
background-color: #49188A;
}
.BgClassName
{
background-color: #49188A;
}
</style>
border-color css
<style>
span { border-color: #49188A; }
span { border-color: rgb(73,24,138); }
td.TdClassName
{
border-color: #49188A;
}
.TagClassName
{
border-color: #49188A;
}
</style>