Shades of Indigo #550C68
Tints of Indigo #550C68
RGB
CMYK
RGB Variations
Color information
#550C68 (or 0x550C68) is known color: Indigo. HEX triplet: 55, 0C and 68. RGB value is (85,12,104). Sum of RGB (Red+Green+Blue) = 85+12+104=201 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.29% from 201); Green value is 12 (5.08% from 255 or 5.97% from 201); Blue value is 104 (41.02% from 255 or 51.74% from 201); Max value from RGB is 104 - color contains mainly: blue. Hex color #550C68 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #550C68 is #AAF397. Grayscale: #2C2C2C. Windows color (decimal): -11203480 or 6818901. OLE color: 6818901.
HSL color Cylindrical-coordinate representation of color #550C68: hue angle of 287.61º degrees, saturation: 0.79, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #550C68 is Cyan = 0.18, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 85 | 12 | 104 | - |
| CMYK | 0.18 | 0.88 | 0 | 0.59 |
| HSL | 287.61º | 0.79% | 0.23% | - |
| HSV(B) | 287.61º | 0.88% | 0.41% | - |
| XYZ | 6.38 | 3.19 | 13.38 | - |
| YUV | 44.32 | 161.68 | 157.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 12 | 104 | 0.18 | 0.88 | 0 | 0.59 | 287.61 | 0.79 | 0.23 |
| Hex | 55 | C | 68 | 12 | 58 | 0 | 3B | 120 | 4F | 17 |
| Octal | 125 | 14 | 150 | 22 | 130 | 0 | 73 | 440 | 117 | 27 |
| Binary | 1010101 | 1100 | 1101000 | 10010 | 1011000 | 0 | 111011 | 100100000 | 1001111 | 10111 |
Color Harmonies of #550C68
Complementary color
Monochromatic Colors of #550C68
Black with #550C68
Text Example
Text Example
White with #550C68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #550C68; }
p { color: rgb(85,12,104); }
H1.HeaderClassName
{
color: #550C68;
}
.AnyTagClassName
{
color: #550C68;
}
</style>
background-color css
<style>
a { background-color: #550C68; }
a { background-color: rgb(85,12,104); }
div.DivClassName
{
background-color: #550C68;
}
.BgClassName
{
background-color: #550C68;
}
</style>
border-color css
<style>
span { border-color: #550C68; }
span { border-color: rgb(85,12,104); }
td.TdClassName
{
border-color: #550C68;
}
.TagClassName
{
border-color: #550C68;
}
</style>