Shades of Indigo #550588
Tints of Indigo #550588
RGB
CMYK
RGB Variations
Color information
#550588 (or 0x550588) is known color: Indigo. HEX triplet: 55, 05 and 88. RGB value is (85,5,136). Sum of RGB (Red+Green+Blue) = 85+5+136=226 (29% of max value = 765). Red value is 85 (33.59% from 255 or 37.61% from 226); Green value is 5 (2.34% from 255 or 2.21% from 226); Blue value is 136 (53.52% from 255 or 60.18% from 226); Max value from RGB is 136 - color contains mainly: blue. Hex color #550588 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #550588 is #AAFA77. Grayscale: #2B2B2B. Windows color (decimal): -11205240 or 8914261. OLE color: 8914261.
HSL color Cylindrical-coordinate representation of color #550588: hue angle of 276.64º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #550588 is Cyan = 0.38, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 85 | 5 | 136 | - |
| CMYK | 0.38 | 0.96 | 0 | 0.47 |
| HSL | 276.64º | 0.93% | 0.28% | - |
| HSV(B) | 276.64º | 0.96% | 0.53% | - |
| XYZ | 8.24 | 3.82 | 23.59 | - |
| YUV | 43.85 | 180 | 157.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 5 | 136 | 0.38 | 0.96 | 0 | 0.47 | 276.64 | 0.93 | 0.28 |
| Hex | 55 | 5 | 88 | 26 | 60 | 0 | 2F | 115 | 5D | 1C |
| Octal | 125 | 5 | 210 | 46 | 140 | 0 | 57 | 425 | 135 | 34 |
| Binary | 1010101 | 101 | 10001000 | 100110 | 1100000 | 0 | 101111 | 100010101 | 1011101 | 11100 |
Color Harmonies of #550588
Complementary color
Monochromatic Colors of #550588
Black with #550588
Text Example
Text Example
White with #550588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #550588; }
p { color: rgb(85,5,136); }
H1.HeaderClassName
{
color: #550588;
}
.AnyTagClassName
{
color: #550588;
}
</style>
background-color css
<style>
a { background-color: #550588; }
a { background-color: rgb(85,5,136); }
div.DivClassName
{
background-color: #550588;
}
.BgClassName
{
background-color: #550588;
}
</style>
border-color css
<style>
span { border-color: #550588; }
span { border-color: rgb(85,5,136); }
td.TdClassName
{
border-color: #550588;
}
.TagClassName
{
border-color: #550588;
}
</style>