Shades of Indigo #550C7D
Tints of Indigo #550C7D
RGB
CMYK
RGB Variations
Color information
#550C7D (or 0x550C7D) is known color: Indigo. HEX triplet: 55, 0C and 7D. RGB value is (85,12,125). Sum of RGB (Red+Green+Blue) = 85+12+125=222 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.29% from 222); Green value is 12 (5.08% from 255 or 5.41% from 222); Blue value is 125 (49.22% from 255 or 56.31% from 222); Max value from RGB is 125 - color contains mainly: blue. Hex color #550C7D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #550C7D is #AAF382. Grayscale: #2E2E2E. Windows color (decimal): -11203459 or 8195157. OLE color: 8195157.
HSL color Cylindrical-coordinate representation of color #550C7D: hue angle of 278.76º 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 #550C7D is Cyan = 0.32, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 85 | 12 | 125 | - |
| CMYK | 0.32 | 0.90 | 0 | 0.51 |
| HSL | 278.76º | 0.82% | 0.27% | - |
| HSV(B) | 278.76º | 0.9% | 0.49% | - |
| XYZ | 7.58 | 3.67 | 19.71 | - |
| YUV | 46.71 | 172.18 | 155.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 12 | 125 | 0.32 | 0.90 | 0 | 0.51 | 278.76 | 0.82 | 0.27 |
| Hex | 55 | C | 7D | 20 | 5A | 0 | 33 | 117 | 52 | 1B |
| Octal | 125 | 14 | 175 | 40 | 132 | 0 | 63 | 427 | 122 | 33 |
| Binary | 1010101 | 1100 | 1111101 | 100000 | 1011010 | 0 | 110011 | 100010111 | 1010010 | 11011 |
Color Harmonies of #550C7D
Complementary color
Monochromatic Colors of #550C7D
Black with #550C7D
Text Example
Text Example
White with #550C7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #550C7D; }
p { color: rgb(85,12,125); }
H1.HeaderClassName
{
color: #550C7D;
}
.AnyTagClassName
{
color: #550C7D;
}
</style>
background-color css
<style>
a { background-color: #550C7D; }
a { background-color: rgb(85,12,125); }
div.DivClassName
{
background-color: #550C7D;
}
.BgClassName
{
background-color: #550C7D;
}
</style>
border-color css
<style>
span { border-color: #550C7D; }
span { border-color: rgb(85,12,125); }
td.TdClassName
{
border-color: #550C7D;
}
.TagClassName
{
border-color: #550C7D;
}
</style>