Shades of Indigo #55176F
Tints of Indigo #55176F
RGB
CMYK
RGB Variations
Color information
#55176F (or 0x55176F) is known color: Indigo. HEX triplet: 55, 17 and 6F. RGB value is (85,23,111). Sum of RGB (Red+Green+Blue) = 85+23+111=219 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.81% from 219); Green value is 23 (9.38% from 255 or 10.50% from 219); Blue value is 111 (43.75% from 255 or 50.68% from 219); Max value from RGB is 111 - color contains mainly: blue. Hex color #55176F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #55176F is #AAE890. Grayscale: #333333. Windows color (decimal): -11200657 or 7280469. OLE color: 7280469.
HSL color Cylindrical-coordinate representation of color #55176F: hue angle of 282.27º degrees, saturation: 0.66, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #55176F is Cyan = 0.23, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 85 | 23 | 111 | - |
| CMYK | 0.23 | 0.79 | 0 | 0.56 |
| HSL | 282.27º | 0.66% | 0.26% | - |
| HSV(B) | 282.27º | 0.79% | 0.44% | - |
| XYZ | 6.92 | 3.69 | 15.39 | - |
| YUV | 51.57 | 161.54 | 151.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 23 | 111 | 0.23 | 0.79 | 0 | 0.56 | 282.27 | 0.66 | 0.26 |
| Hex | 55 | 17 | 6F | 17 | 4F | 0 | 38 | 11A | 42 | 1A |
| Octal | 125 | 27 | 157 | 27 | 117 | 0 | 70 | 432 | 102 | 32 |
| Binary | 1010101 | 10111 | 1101111 | 10111 | 1001111 | 0 | 111000 | 100011010 | 1000010 | 11010 |
Color Harmonies of #55176F
Complementary color
Monochromatic Colors of #55176F
Black with #55176F
Text Example
Text Example
White with #55176F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55176F; }
p { color: rgb(85,23,111); }
H1.HeaderClassName
{
color: #55176F;
}
.AnyTagClassName
{
color: #55176F;
}
</style>
background-color css
<style>
a { background-color: #55176F; }
a { background-color: rgb(85,23,111); }
div.DivClassName
{
background-color: #55176F;
}
.BgClassName
{
background-color: #55176F;
}
</style>
border-color css
<style>
span { border-color: #55176F; }
span { border-color: rgb(85,23,111); }
td.TdClassName
{
border-color: #55176F;
}
.TagClassName
{
border-color: #55176F;
}
</style>