Shades of Indigo #550888
Tints of Indigo #550888
RGB
CMYK
RGB Variations
Color information
#550888 (or 0x550888) is known color: Indigo. HEX triplet: 55, 08 and 88. RGB value is (85,8,136). Sum of RGB (Red+Green+Blue) = 85+8+136=229 (30% of max value = 765). Red value is 85 (33.59% from 255 or 37.12% from 229); Green value is 8 (3.52% from 255 or 3.49% from 229); Blue value is 136 (53.52% from 255 or 59.39% from 229); Max value from RGB is 136 - color contains mainly: blue. Hex color #550888 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #550888 is #AAF777. Grayscale: #2D2D2D. Windows color (decimal): -11204472 or 8915029. OLE color: 8915029.
HSL color Cylindrical-coordinate representation of color #550888: hue angle of 276.09º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #550888 is Cyan = 0.38, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 85 | 8 | 136 | - |
| CMYK | 0.38 | 0.94 | 0 | 0.47 |
| HSL | 276.09º | 0.89% | 0.28% | - |
| HSV(B) | 276.09º | 0.94% | 0.53% | - |
| XYZ | 8.28 | 3.88 | 23.61 | - |
| YUV | 45.62 | 179.01 | 156.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 8 | 136 | 0.38 | 0.94 | 0 | 0.47 | 276.09 | 0.89 | 0.28 |
| Hex | 55 | 8 | 88 | 26 | 5E | 0 | 2F | 114 | 59 | 1C |
| Octal | 125 | 10 | 210 | 46 | 136 | 0 | 57 | 424 | 131 | 34 |
| Binary | 1010101 | 1000 | 10001000 | 100110 | 1011110 | 0 | 101111 | 100010100 | 1011001 | 11100 |
Color Harmonies of #550888
Complementary color
Monochromatic Colors of #550888
Black with #550888
Text Example
Text Example
White with #550888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #550888; }
p { color: rgb(85,8,136); }
H1.HeaderClassName
{
color: #550888;
}
.AnyTagClassName
{
color: #550888;
}
</style>
background-color css
<style>
a { background-color: #550888; }
a { background-color: rgb(85,8,136); }
div.DivClassName
{
background-color: #550888;
}
.BgClassName
{
background-color: #550888;
}
</style>
border-color css
<style>
span { border-color: #550888; }
span { border-color: rgb(85,8,136); }
td.TdClassName
{
border-color: #550888;
}
.TagClassName
{
border-color: #550888;
}
</style>