Shades of Indigo #550388
Tints of Indigo #550388
RGB
CMYK
RGB Variations
Color information
#550388 (or 0x550388) is known color: Indigo. HEX triplet: 55, 03 and 88. RGB value is (85,3,136). Sum of RGB (Red+Green+Blue) = 85+3+136=224 (29% of max value = 765). Red value is 85 (33.59% from 255 or 37.95% from 224); Green value is 3 (1.56% from 255 or 1.34% from 224); Blue value is 136 (53.52% from 255 or 60.71% from 224); Max value from RGB is 136 - color contains mainly: blue. Hex color #550388 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #550388 is #AAFC77. Grayscale: #2A2A2A. Windows color (decimal): -11205752 or 8913749. OLE color: 8913749.
HSL color Cylindrical-coordinate representation of color #550388: hue angle of 276.99º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #550388 is Cyan = 0.38, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 85 | 3 | 136 | - |
| CMYK | 0.38 | 0.98 | 0 | 0.47 |
| HSL | 276.99º | 0.96% | 0.27% | - |
| HSV(B) | 276.99º | 0.98% | 0.53% | - |
| XYZ | 8.22 | 3.77 | 23.59 | - |
| YUV | 42.68 | 180.67 | 158.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 3 | 136 | 0.38 | 0.98 | 0 | 0.47 | 276.99 | 0.96 | 0.27 |
| Hex | 55 | 3 | 88 | 26 | 62 | 0 | 2F | 115 | 60 | 1B |
| Octal | 125 | 3 | 210 | 46 | 142 | 0 | 57 | 425 | 140 | 33 |
| Binary | 1010101 | 11 | 10001000 | 100110 | 1100010 | 0 | 101111 | 100010101 | 1100000 | 11011 |
Color Harmonies of #550388
Complementary color
Monochromatic Colors of #550388
Black with #550388
Text Example
Text Example
White with #550388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #550388; }
p { color: rgb(85,3,136); }
H1.HeaderClassName
{
color: #550388;
}
.AnyTagClassName
{
color: #550388;
}
</style>
background-color css
<style>
a { background-color: #550388; }
a { background-color: rgb(85,3,136); }
div.DivClassName
{
background-color: #550388;
}
.BgClassName
{
background-color: #550388;
}
</style>
border-color css
<style>
span { border-color: #550388; }
span { border-color: rgb(85,3,136); }
td.TdClassName
{
border-color: #550388;
}
.TagClassName
{
border-color: #550388;
}
</style>