#550087

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

Shades of Indigo #550087

Tints of Indigo #550087

Color information

#550087 (or 0x550087) is unknown color: approx Indigo. HEX triplet: 55, 00 and 87. RGB value is (85,0,135). Sum of RGB (Red+Green+Blue) = 85+0+135=220 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.64% from 220); Green value is 0 (0.39% from 255 or 0% from 220); Blue value is 135 (53.12% from 255 or 61.36% from 220); Max value from RGB is 135 - color contains mainly: blue. Hex color #550087 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #550087 is #AAFF78. Grayscale: #282828. Windows color (decimal): -11206521 or 8847445. OLE color: 8847445.

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

Color convert

RGB850135-
CMYK0.37100.47
HSL277.78º100%26.47%-
HSV(B)277.78º100%52.94%-
XYZ8.123.6823.2-
YUV40.8181.16159.52-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 38.64%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 135 (53.12% from 255) = 61.36%
R=38.64%
G=0%
B=61.36%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal8501350.37100.47277.7810026.47
Hex55087256402F116641a
Octal12502074514405742614432
Binary101010101000011110010111001000101111100010110110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550087

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #550087; }

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

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

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

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

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

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

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

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