Shades of Indigo #49177F
Tints of Indigo #49177F
RGB
CMYK
RGB Variations
Color information
#49177F (or 0x49177F) is known color: Indigo. HEX triplet: 49, 17 and 7F. RGB value is (73,23,127). Sum of RGB (Red+Green+Blue) = 73+23+127=223 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.74% from 223); Green value is 23 (9.38% from 255 or 10.31% from 223); Blue value is 127 (50% from 255 or 56.95% from 223); Max value from RGB is 127 - color contains mainly: blue. Hex color #49177F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #49177F is #B6E880. Grayscale: #313131. Windows color (decimal): -11987073 or 8329033. OLE color: 8329033.
HSL color Cylindrical-coordinate representation of color #49177F: hue angle of 268.85º degrees, saturation: 0.69, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #49177F is Cyan = 0.43, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 73 | 23 | 127 | - |
| CMYK | 0.43 | 0.82 | 0 | 0.50 |
| HSL | 268.85º | 0.69% | 0.29% | - |
| HSV(B) | 268.85º | 0.82% | 0.5% | - |
| XYZ | 6.88 | 3.56 | 20.4 | - |
| YUV | 49.81 | 171.57 | 144.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 23 | 127 | 0.43 | 0.82 | 0 | 0.50 | 268.85 | 0.69 | 0.29 |
| Hex | 49 | 17 | 7F | 2B | 52 | 0 | 32 | 10D | 45 | 1D |
| Octal | 111 | 27 | 177 | 53 | 122 | 0 | 62 | 415 | 105 | 35 |
| Binary | 1001001 | 10111 | 1111111 | 101011 | 1010010 | 0 | 110010 | 100001101 | 1000101 | 11101 |
Color Harmonies of #49177F
Complementary color
Monochromatic Colors of #49177F
Black with #49177F
Text Example
Text Example
White with #49177F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49177F; }
p { color: rgb(73,23,127); }
H1.HeaderClassName
{
color: #49177F;
}
.AnyTagClassName
{
color: #49177F;
}
</style>
background-color css
<style>
a { background-color: #49177F; }
a { background-color: rgb(73,23,127); }
div.DivClassName
{
background-color: #49177F;
}
.BgClassName
{
background-color: #49177F;
}
</style>
border-color css
<style>
span { border-color: #49177F; }
span { border-color: rgb(73,23,127); }
td.TdClassName
{
border-color: #49177F;
}
.TagClassName
{
border-color: #49177F;
}
</style>