Shades of Indigo #55187F
Tints of Indigo #55187F
RGB
CMYK
RGB Variations
Color information
#55187F (or 0x55187F) is known color: Indigo. HEX triplet: 55, 18 and 7F. RGB value is (85,24,127). Sum of RGB (Red+Green+Blue) = 85+24+127=236 (31% of max value = 765). Red value is 85 (33.59% from 255 or 36.02% from 236); Green value is 24 (9.77% from 255 or 10.17% from 236); Blue value is 127 (50% from 255 or 53.81% from 236); Max value from RGB is 127 - color contains mainly: blue. Hex color #55187F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #55187F is #AAE780. Grayscale: #353535. Windows color (decimal): -11200385 or 8329301. OLE color: 8329301.
HSL color Cylindrical-coordinate representation of color #55187F: hue angle of 275.53º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #55187F is Cyan = 0.33, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 85 | 24 | 127 | - |
| CMYK | 0.33 | 0.81 | 0 | 0.50 |
| HSL | 275.53º | 0.68% | 0.3% | - |
| HSV(B) | 275.53º | 0.81% | 0.5% | - |
| XYZ | 7.9 | 4.12 | 20.46 | - |
| YUV | 53.98 | 169.21 | 150.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 24 | 127 | 0.33 | 0.81 | 0 | 0.50 | 275.53 | 0.68 | 0.3 |
| Hex | 55 | 18 | 7F | 21 | 51 | 0 | 32 | 114 | 44 | 1E |
| Octal | 125 | 30 | 177 | 41 | 121 | 0 | 62 | 424 | 104 | 36 |
| Binary | 1010101 | 11000 | 1111111 | 100001 | 1010001 | 0 | 110010 | 100010100 | 1000100 | 11110 |
Color Harmonies of #55187F
Complementary color
Monochromatic Colors of #55187F
Black with #55187F
Text Example
Text Example
White with #55187F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55187F; }
p { color: rgb(85,24,127); }
H1.HeaderClassName
{
color: #55187F;
}
.AnyTagClassName
{
color: #55187F;
}
</style>
background-color css
<style>
a { background-color: #55187F; }
a { background-color: rgb(85,24,127); }
div.DivClassName
{
background-color: #55187F;
}
.BgClassName
{
background-color: #55187F;
}
</style>
border-color css
<style>
span { border-color: #55187F; }
span { border-color: rgb(85,24,127); }
td.TdClassName
{
border-color: #55187F;
}
.TagClassName
{
border-color: #55187F;
}
</style>