#540776

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

Shades of Indigo #540776

Tints of Indigo #540776

Color information

#540776 (or 0x540776) is unknown color: approx Indigo. HEX triplet: 54, 07 and 76. RGB value is (84,7,118). Sum of RGB (Red+Green+Blue) = 84+7+118=209 (27% of max value = 765). Red value is 84 (33.20% from 255 or 40.19% from 209); Green value is 7 (3.12% from 255 or 3.35% from 209); Blue value is 118 (46.48% from 255 or 56.46% from 209); Max value from RGB is 118 - color contains mainly: blue. Hex color #540776 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #540776 is #ABF889. Grayscale: #2A2A2A. Windows color (decimal): -11270282 or 7735124. OLE color: 7735124.

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

Color convert

RGB847118-
CMYK0.290.9400.54
HSL281.62º88.8%24.51%-
HSV(B)281.62º94.07%46.27%-
XYZ73.3417.42-
YUV42.68170.51157.47-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 40.19%
GREEN value IS 7 (3.12% from 255) = 3.35%
BLUE value IS 118 (46.48% from 255) = 56.46%
R=40.19%
G=3.35%
B=56.46%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal8471180.290.9400.54281.6288.824.51
Hex547761D5E03611a5919
Octal12471663513606643213131
Binary101010011111101101110110111100110110100011010101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #540776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #540776; }

 p { color: rgb(84,7,118); }

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

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

 a { background-color: rgb(84,7,118); }

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

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

 span { border-color: rgb(84,7,118); }

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