#550977

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

Shades of Indigo #550977

Tints of Indigo #550977

Color information

#550977 (or 0x550977) is unknown color: approx Indigo. HEX triplet: 55, 09 and 77. RGB value is (85,9,119). Sum of RGB (Red+Green+Blue) = 85+9+119=213 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.91% from 213); Green value is 9 (3.91% from 255 or 4.23% from 213); Blue value is 119 (46.88% from 255 or 55.87% from 213); Max value from RGB is 119 - color contains mainly: blue. Hex color #550977 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #550977 is #AAF688. Grayscale: #2B2B2B. Windows color (decimal): -11204233 or 7801173. OLE color: 7801173.

HSL color Cylindrical-coordinate representation of color #550977: hue angle of 281.45º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #550977 is Cyan = 0.29, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB859119-
CMYK0.290.9200.53
HSL281.45º85.94%25.1%-
HSV(B)281.45º92.44%46.67%-
XYZ7.173.4617.74-
YUV44.26170.18157.06-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 39.91%
GREEN value IS 9 (3.91% from 255) = 4.23%
BLUE value IS 119 (46.88% from 255) = 55.87%
R=39.91%
G=4.23%
B=55.87%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal8591190.290.9200.53281.4585.9425.1
Hex559771D5C0351195619
Octal125111673513406543112631
Binary1010101100111101111110110111000110101100011001101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #550977; }

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

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

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

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

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

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

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

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