Shades of Indigo #49167A
Tints of Indigo #49167A
RGB
CMYK
RGB Variations
Color information
#49167A (or 0x49167A) is known color: Indigo. HEX triplet: 49, 16 and 7A. RGB value is (73,22,122). Sum of RGB (Red+Green+Blue) = 73+22+122=217 (28% of max value = 765). Red value is 73 (28.91% from 255 or 33.64% from 217); Green value is 22 (8.98% from 255 or 10.14% from 217); Blue value is 122 (48.05% from 255 or 56.22% from 217); Max value from RGB is 122 - color contains mainly: blue. Hex color #49167A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #49167A is #B6E985. Grayscale: #303030. Windows color (decimal): -11987334 or 8001097. OLE color: 8001097.
HSL color Cylindrical-coordinate representation of color #49167A: hue angle of 270.6º degrees, saturation: 0.69, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #49167A is Cyan = 0.40, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 73 | 22 | 122 | - |
| CMYK | 0.40 | 0.82 | 0 | 0.52 |
| HSL | 270.6º | 0.69% | 0.28% | - |
| HSV(B) | 270.6º | 0.82% | 0.48% | - |
| XYZ | 6.55 | 3.4 | 18.72 | - |
| YUV | 48.65 | 169.4 | 145.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 22 | 122 | 0.40 | 0.82 | 0 | 0.52 | 270.6 | 0.69 | 0.28 |
| Hex | 49 | 16 | 7A | 28 | 52 | 0 | 34 | 10F | 45 | 1C |
| Octal | 111 | 26 | 172 | 50 | 122 | 0 | 64 | 417 | 105 | 34 |
| Binary | 1001001 | 10110 | 1111010 | 101000 | 1010010 | 0 | 110100 | 100001111 | 1000101 | 11100 |
Color Harmonies of #49167A
Complementary color
Monochromatic Colors of #49167A
Black with #49167A
Text Example
Text Example
White with #49167A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49167A; }
p { color: rgb(73,22,122); }
H1.HeaderClassName
{
color: #49167A;
}
.AnyTagClassName
{
color: #49167A;
}
</style>
background-color css
<style>
a { background-color: #49167A; }
a { background-color: rgb(73,22,122); }
div.DivClassName
{
background-color: #49167A;
}
.BgClassName
{
background-color: #49167A;
}
</style>
border-color css
<style>
span { border-color: #49167A; }
span { border-color: rgb(73,22,122); }
td.TdClassName
{
border-color: #49167A;
}
.TagClassName
{
border-color: #49167A;
}
</style>