#550387

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

Shades of Indigo #550387

Tints of Indigo #550387

Color information

#550387 (or 0x550387) is unknown color: approx Indigo. HEX triplet: 55, 03 and 87. RGB value is (85,3,135). Sum of RGB (Red+Green+Blue) = 85+3+135=223 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.12% from 223); Green value is 3 (1.56% from 255 or 1.35% from 223); Blue value is 135 (53.12% from 255 or 60.54% from 223); Max value from RGB is 135 - color contains mainly: blue. Hex color #550387 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #550387 is #AAFC78. Grayscale: #2A2A2A. Windows color (decimal): -11205753 or 8848213. OLE color: 8848213.

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

Color convert

RGB853135-
CMYK0.370.9800.47
HSL277.27º95.65%27.06%-
HSV(B)277.27º97.78%52.94%-
XYZ8.153.7523.22-
YUV42.57180.17158.27-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 38.12%
GREEN value IS 3 (1.56% from 255) = 1.35%
BLUE value IS 135 (53.12% from 255) = 60.54%
R=38.12%
G=1.35%
B=60.54%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal8531350.370.9800.47277.2795.6527.06
Hex55387256202F115601b
Octal12532074514205742514033
Binary1010101111000011110010111000100101111100010101110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #550387; }

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

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

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

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

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

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

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

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