Shades of Indigo #550C99
Tints of Indigo #550C99
RGB
CMYK
RGB Variations
Color information
#550C99 (or 0x550C99) is known color: Indigo. HEX triplet: 55, 0C and 99. RGB value is (85,12,153). Sum of RGB (Red+Green+Blue) = 85+12+153=250 (33% of max value = 765). Red value is 85 (33.59% from 255 or 34% from 250); Green value is 12 (5.08% from 255 or 4.8% from 250); Blue value is 153 (60.16% from 255 or 61.2% from 250); Max value from RGB is 153 - color contains mainly: blue. Hex color #550C99 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #550C99 is #AAF366. Grayscale: #313131. Windows color (decimal): -11203431 or 10030165. OLE color: 10030165.
HSL color Cylindrical-coordinate representation of color #550C99: hue angle of 271.06º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #550C99 is Cyan = 0.44, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 85 | 12 | 153 | - |
| CMYK | 0.44 | 0.92 | 0 | 0.4 |
| HSL | 271.06º | 0.85% | 0.32% | - |
| HSV(B) | 271.06º | 0.92% | 0.6% | - |
| XYZ | 9.63 | 4.49 | 30.5 | - |
| YUV | 49.9 | 186.18 | 153.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 12 | 153 | 0.44 | 0.92 | 0 | 0.4 | 271.06 | 0.85 | 0.32 |
| Hex | 55 | C | 99 | 2C | 5C | 0 | 28 | 10F | 55 | 20 |
| Octal | 125 | 14 | 231 | 54 | 134 | 0 | 50 | 417 | 125 | 40 |
| Binary | 1010101 | 1100 | 10011001 | 101100 | 1011100 | 0 | 101000 | 100001111 | 1010101 | 100000 |
Color Harmonies of #550C99
Complementary color
Monochromatic Colors of #550C99
Black with #550C99
Text Example
Text Example
White with #550C99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #550C99; }
p { color: rgb(85,12,153); }
H1.HeaderClassName
{
color: #550C99;
}
.AnyTagClassName
{
color: #550C99;
}
</style>
background-color css
<style>
a { background-color: #550C99; }
a { background-color: rgb(85,12,153); }
div.DivClassName
{
background-color: #550C99;
}
.BgClassName
{
background-color: #550C99;
}
</style>
border-color css
<style>
span { border-color: #550C99; }
span { border-color: rgb(85,12,153); }
td.TdClassName
{
border-color: #550C99;
}
.TagClassName
{
border-color: #550C99;
}
</style>