#540E6F

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

Shades of Indigo #540E6F

Tints of Indigo #540E6F

Color information

#540E6F (or 0x540E6F) is unknown color: approx Indigo. HEX triplet: 54, 0E and 6F. RGB value is (84,14,111). Sum of RGB (Red+Green+Blue) = 84+14+111=209 (27% of max value = 765). Red value is 84 (33.20% from 255 or 40.19% from 209); Green value is 14 (5.86% from 255 or 6.70% from 209); Blue value is 111 (43.75% from 255 or 53.11% from 209); Max value from RGB is 111 - color contains mainly: blue. Hex color #540E6F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #540E6F is #ABF190. Grayscale: #2D2D2D. Windows color (decimal): -11268497 or 7278164. OLE color: 7278164.

HSL color Cylindrical-coordinate representation of color #540E6F: hue angle of 283.3º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #540E6F is Cyan = 0.24, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB8414111-
CMYK0.240.8700.56
HSL283.3º77.6%24.51%-
HSV(B)283.3º87.39%43.53%-
XYZ6.683.3515.33-
YUV45.99164.69155.11-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 40.19%
GREEN value IS 14 (5.86% from 255) = 6.70%
BLUE value IS 111 (43.75% from 255) = 53.11%
R=40.19%
G=6.70%
B=53.11%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal84141110.240.8700.56283.377.624.51
Hex54E6F185703811b4e19
Octal124161573012707043311631
Binary1010100111011011111100010101110111000100011011100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #540E6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #540E6F; }

 p { color: rgb(84,14,111); }

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

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

 a { background-color: rgb(84,14,111); }

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

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

 span { border-color: rgb(84,14,111); }

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