#550775

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

Shades of Indigo #550775

Tints of Indigo #550775

Color information

#550775 (or 0x550775) is unknown color: approx Indigo. HEX triplet: 55, 07 and 75. RGB value is (85,7,117). Sum of RGB (Red+Green+Blue) = 85+7+117=209 (27% of max value = 765). Red value is 85 (33.59% from 255 or 40.67% from 209); Green value is 7 (3.12% from 255 or 3.35% from 209); Blue value is 117 (46.09% from 255 or 55.98% from 209); Max value from RGB is 117 - color contains mainly: blue. Hex color #550775 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #550775 is #AAF88A. Grayscale: #2A2A2A. Windows color (decimal): -11204747 or 7669589. OLE color: 7669589.

HSL color Cylindrical-coordinate representation of color #550775: hue angle of 282.55º degrees, saturation: 0.89, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #550775 is Cyan = 0.27, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB857117-
CMYK0.270.9400.54
HSL282.55º88.71%24.31%-
HSV(B)282.55º94.02%45.88%-
XYZ7.033.3717.11-
YUV42.86169.84158.06-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 40.67%
GREEN value IS 7 (3.12% from 255) = 3.35%
BLUE value IS 117 (46.09% from 255) = 55.98%
R=40.67%
G=3.35%
B=55.98%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal8571170.270.9400.54282.5588.7124.31
Hex557751B5E03611b5918
Octal12571653313606643313130
Binary101010111111101011101110111100110110100011011101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #550775; }

 p { color: rgb(85,7,117); }

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

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

 a { background-color: rgb(85,7,117); }

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

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

 span { border-color: rgb(85,7,117); }

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