#550980

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

Shades of Indigo #550980

Tints of Indigo #550980

Color information

#550980 (or 0x550980) is unknown color: approx Indigo. HEX triplet: 55, 09 and 80. RGB value is (85,9,128). Sum of RGB (Red+Green+Blue) = 85+9+128=222 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.29% from 222); Green value is 9 (3.91% from 255 or 4.05% from 222); Blue value is 128 (50.39% from 255 or 57.66% from 222); Max value from RGB is 128 - color contains mainly: blue. Hex color #550980 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #550980 is #AAF67F. Grayscale: #2C2C2C. Windows color (decimal): -11204224 or 8390997. OLE color: 8390997.

HSL color Cylindrical-coordinate representation of color #550980: hue angle of 278.32º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #550980 is Cyan = 0.34, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB859128-
CMYK0.340.9300.50
HSL278.32º86.86%26.86%-
HSV(B)278.32º92.97%50.2%-
XYZ7.743.6920.73-
YUV45.29174.68156.32-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 38.29%
GREEN value IS 9 (3.91% from 255) = 4.05%
BLUE value IS 128 (50.39% from 255) = 57.66%
R=38.29%
G=4.05%
B=57.66%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal8591280.340.9300.50278.3286.8626.86
Hex55980225D032116571b
Octal125112004213506242612733
Binary101010110011000000010001010111010110010100010110101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #550980; }

 p { color: rgb(85,9,128); }

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

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

 a { background-color: rgb(85,9,128); }

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

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

 span { border-color: rgb(85,9,128); }

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