Shades of Indigo #49167C
Tints of Indigo #49167C
RGB
CMYK
RGB Variations
Color information
#49167C (or 0x49167C) is known color: Indigo. HEX triplet: 49, 16 and 7C. RGB value is (73,22,124). Sum of RGB (Red+Green+Blue) = 73+22+124=219 (29% of max value = 765). Red value is 73 (28.91% from 255 or 33.33% from 219); Green value is 22 (8.98% from 255 or 10.05% from 219); Blue value is 124 (48.83% from 255 or 56.62% from 219); Max value from RGB is 124 - color contains mainly: blue. Hex color #49167C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #49167C is #B6E983. Grayscale: #303030. Windows color (decimal): -11987332 or 8132169. OLE color: 8132169.
HSL color Cylindrical-coordinate representation of color #49167C: hue angle of 270º degrees, saturation: 0.7, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #49167C is Cyan = 0.41, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 73 | 22 | 124 | - |
| CMYK | 0.41 | 0.82 | 0 | 0.51 |
| HSL | 270º | 0.7% | 0.29% | - |
| HSV(B) | 270º | 0.82% | 0.49% | - |
| XYZ | 6.67 | 3.45 | 19.38 | - |
| YUV | 48.88 | 170.4 | 145.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 22 | 124 | 0.41 | 0.82 | 0 | 0.51 | 270 | 0.7 | 0.29 |
| Hex | 49 | 16 | 7C | 29 | 52 | 0 | 33 | 10E | 46 | 1D |
| Octal | 111 | 26 | 174 | 51 | 122 | 0 | 63 | 416 | 106 | 35 |
| Binary | 1001001 | 10110 | 1111100 | 101001 | 1010010 | 0 | 110011 | 100001110 | 1000110 | 11101 |
Color Harmonies of #49167C
Complementary color
Monochromatic Colors of #49167C
Black with #49167C
Text Example
Text Example
White with #49167C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49167C; }
p { color: rgb(73,22,124); }
H1.HeaderClassName
{
color: #49167C;
}
.AnyTagClassName
{
color: #49167C;
}
</style>
background-color css
<style>
a { background-color: #49167C; }
a { background-color: rgb(73,22,124); }
div.DivClassName
{
background-color: #49167C;
}
.BgClassName
{
background-color: #49167C;
}
</style>
border-color css
<style>
span { border-color: #49167C; }
span { border-color: rgb(73,22,124); }
td.TdClassName
{
border-color: #49167C;
}
.TagClassName
{
border-color: #49167C;
}
</style>