Shades of Indigo #550C7C
Tints of Indigo #550C7C
RGB
CMYK
RGB Variations
Color information
#550C7C (or 0x550C7C) is known color: Indigo. HEX triplet: 55, 0C and 7C. RGB value is (85,12,124). Sum of RGB (Red+Green+Blue) = 85+12+124=221 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.46% from 221); Green value is 12 (5.08% from 255 or 5.43% from 221); Blue value is 124 (48.83% from 255 or 56.11% from 221); Max value from RGB is 124 - color contains mainly: blue. Hex color #550C7C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #550C7C is #AAF383. Grayscale: #2E2E2E. Windows color (decimal): -11203460 or 8129621. OLE color: 8129621.
HSL color Cylindrical-coordinate representation of color #550C7C: hue angle of 279.11º degrees, saturation: 0.82, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #550C7C is Cyan = 0.31, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 85 | 12 | 124 | - |
| CMYK | 0.31 | 0.90 | 0 | 0.51 |
| HSL | 279.11º | 0.82% | 0.27% | - |
| HSV(B) | 279.11º | 0.9% | 0.49% | - |
| XYZ | 7.52 | 3.65 | 19.38 | - |
| YUV | 46.6 | 171.68 | 155.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 12 | 124 | 0.31 | 0.90 | 0 | 0.51 | 279.11 | 0.82 | 0.27 |
| Hex | 55 | C | 7C | 1F | 5A | 0 | 33 | 117 | 52 | 1B |
| Octal | 125 | 14 | 174 | 37 | 132 | 0 | 63 | 427 | 122 | 33 |
| Binary | 1010101 | 1100 | 1111100 | 11111 | 1011010 | 0 | 110011 | 100010111 | 1010010 | 11011 |
Color Harmonies of #550C7C
Complementary color
Monochromatic Colors of #550C7C
Black with #550C7C
Text Example
Text Example
White with #550C7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #550C7C; }
p { color: rgb(85,12,124); }
H1.HeaderClassName
{
color: #550C7C;
}
.AnyTagClassName
{
color: #550C7C;
}
</style>
background-color css
<style>
a { background-color: #550C7C; }
a { background-color: rgb(85,12,124); }
div.DivClassName
{
background-color: #550C7C;
}
.BgClassName
{
background-color: #550C7C;
}
</style>
border-color css
<style>
span { border-color: #550C7C; }
span { border-color: rgb(85,12,124); }
td.TdClassName
{
border-color: #550C7C;
}
.TagClassName
{
border-color: #550C7C;
}
</style>