#540677

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

Shades of Indigo #540677

Tints of Indigo #540677

Color information

#540677 (or 0x540677) is unknown color: approx Indigo. HEX triplet: 54, 06 and 77. RGB value is (84,6,119). Sum of RGB (Red+Green+Blue) = 84+6+119=209 (27% of max value = 765). Red value is 84 (33.20% from 255 or 40.19% from 209); Green value is 6 (2.73% from 255 or 2.87% from 209); Blue value is 119 (46.88% from 255 or 56.94% from 209); Max value from RGB is 119 - color contains mainly: blue. Hex color #540677 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #540677 is #ABF988. Grayscale: #292929. Windows color (decimal): -11270537 or 7800404. OLE color: 7800404.

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

Color convert

RGB846119-
CMYK0.290.9500.53
HSL281.42º90.4%24.51%-
HSV(B)281.42º94.96%46.67%-
XYZ7.053.3517.73-
YUV42.2171.34157.81-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 40.19%
GREEN value IS 6 (2.73% from 255) = 2.87%
BLUE value IS 119 (46.88% from 255) = 56.94%
R=40.19%
G=2.87%
B=56.94%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal8461190.290.9500.53281.4290.424.51
Hex546771D5F0351195a19
Octal12461673513706543113231
Binary101010011011101111110110111110110101100011001101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #540677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #540677; }

 p { color: rgb(84,6,119); }

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

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

 a { background-color: rgb(84,6,119); }

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

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

 span { border-color: rgb(84,6,119); }

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