Shades of Indigo #55178F
Tints of Indigo #55178F
RGB
CMYK
RGB Variations
Color information
#55178F (or 0x55178F) is known color: Indigo. HEX triplet: 55, 17 and 8F. RGB value is (85,23,143). Sum of RGB (Red+Green+Blue) = 85+23+143=251 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.86% from 251); Green value is 23 (9.38% from 255 or 9.16% from 251); Blue value is 143 (56.25% from 255 or 56.97% from 251); Max value from RGB is 143 - color contains mainly: blue. Hex color #55178F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #55178F is #AAE870. Grayscale: #363636. Windows color (decimal): -11200625 or 9377621. OLE color: 9377621.
HSL color Cylindrical-coordinate representation of color #55178F: hue angle of 271º degrees, saturation: 0.72, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #55178F is Cyan = 0.41, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 85 | 23 | 143 | - |
| CMYK | 0.41 | 0.84 | 0 | 0.44 |
| HSL | 271º | 0.72% | 0.33% | - |
| HSV(B) | 271º | 0.84% | 0.56% | - |
| XYZ | 9.01 | 4.53 | 26.39 | - |
| YUV | 55.22 | 177.54 | 149.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 23 | 143 | 0.41 | 0.84 | 0 | 0.44 | 271 | 0.72 | 0.33 |
| Hex | 55 | 17 | 8F | 29 | 54 | 0 | 2C | 10F | 48 | 21 |
| Octal | 125 | 27 | 217 | 51 | 124 | 0 | 54 | 417 | 110 | 41 |
| Binary | 1010101 | 10111 | 10001111 | 101001 | 1010100 | 0 | 101100 | 100001111 | 1001000 | 100001 |
Color Harmonies of #55178F
Complementary color
Monochromatic Colors of #55178F
Black with #55178F
Text Example
Text Example
White with #55178F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55178F; }
p { color: rgb(85,23,143); }
H1.HeaderClassName
{
color: #55178F;
}
.AnyTagClassName
{
color: #55178F;
}
</style>
background-color css
<style>
a { background-color: #55178F; }
a { background-color: rgb(85,23,143); }
div.DivClassName
{
background-color: #55178F;
}
.BgClassName
{
background-color: #55178F;
}
</style>
border-color css
<style>
span { border-color: #55178F; }
span { border-color: rgb(85,23,143); }
td.TdClassName
{
border-color: #55178F;
}
.TagClassName
{
border-color: #55178F;
}
</style>