#550578

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

Shades of Indigo #550578

Tints of Indigo #550578

Color information

#550578 (or 0x550578) is unknown color: approx Indigo. HEX triplet: 55, 05 and 78. RGB value is (85,5,120). Sum of RGB (Red+Green+Blue) = 85+5+120=210 (27% of max value = 765). Red value is 85 (33.59% from 255 or 40.48% from 210); Green value is 5 (2.34% from 255 or 2.38% from 210); Blue value is 120 (47.27% from 255 or 57.14% from 210); Max value from RGB is 120 - color contains mainly: blue. Hex color #550578 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #550578 is #AAFA87. Grayscale: #292929. Windows color (decimal): -11205256 or 7865685. OLE color: 7865685.

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

Color convert

RGB855120-
CMYK0.290.9600.53
HSL281.74º92%24.51%-
HSV(B)281.74º95.83%47.06%-
XYZ7.193.418.05-
YUV42.03172158.65-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 40.48%
GREEN value IS 5 (2.34% from 255) = 2.38%
BLUE value IS 120 (47.27% from 255) = 57.14%
R=40.48%
G=2.38%
B=57.14%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal8551200.290.9600.53281.749224.51
Hex555781D6003511a5c19
Octal12551703514006543213431
Binary101010110111110001110111000000110101100011010101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #550578; }

 p { color: rgb(85,5,120); }

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

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

 a { background-color: rgb(85,5,120); }

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

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

 span { border-color: rgb(85,5,120); }

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