#550c87

Color #550C87 Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Indigo #550C87

Tints of Indigo #550C87

Color information

#550C87 (or 0x550C87) is unknown color: approx Indigo. HEX triplet: 55, 0C and 87. RGB value is (85,12,135). Sum of RGB (Red+Green+Blue) = 85+12+135=232 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.64% from 232); Green value is 12 (5.08% from 255 or 5.17% from 232); Blue value is 135 (53.12% from 255 or 58.19% from 232); Max value from RGB is 135 - color contains mainly: blue. Hex color #550C87 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #550C87 is #AAF378. Grayscale: #2F2F2F. Windows color (decimal): -11203449 or 8850517. OLE color: 8850517.

HSL color Cylindrical-coordinate representation of color #550C87: hue angle of 275.61º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #550C87 is Cyan = 0.37, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB8512135-
CMYK0.370.9100.47
HSL275.61º83.67%28.82%-
HSV(B)275.61º91.11%52.94%-
XYZ8.253.9423.25-
YUV47.85177.18154.5-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 85 (33.59% from 255) = 36.64%
GREEN value IS 12 (5.08% from 255) = 5.17%
BLUE value IS 135 (53.12% from 255) = 58.19%
R=36.64%
G=5.17%
B=58.19%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal85121350.370.9100.47275.6183.6728.82
Hex55C87255B02F114541d
Octal125142074513305742412435
Binary101010111001000011110010110110110101111100010100101010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550c87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #550c87; }

 p { color: rgb(85,12,135); }

 H1.HeaderClassName
 {
   color: #550c87;
 }
 .AnyTagClassName
 {
   color: #550c87;
 }
</style>
background-color css

<style>
 a { background-color: #550c87; }

 a { background-color: rgb(85,12,135); }

 div.DivClassName
 {
   background-color: #550c87;
 }
 .BgClassName
 {
   background-color: #550c87;
 }
</style>
border-color css

<style>
 span { border-color: #550c87; }

 span { border-color: rgb(85,12,135); }

 td.TdClassName
 {
   border-color: #550c87;
 }
 .TagClassName
 {
   border-color: #550c87;
 }
</style>