#540E75

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

Shades of Indigo #540E75

Tints of Indigo #540E75

Color information

#540E75 (or 0x540E75) is unknown color: approx Indigo. HEX triplet: 54, 0E and 75. RGB value is (84,14,117). Sum of RGB (Red+Green+Blue) = 84+14+117=215 (28% of max value = 765). Red value is 84 (33.20% from 255 or 39.07% from 215); Green value is 14 (5.86% from 255 or 6.51% from 215); Blue value is 117 (46.09% from 255 or 54.42% from 215); Max value from RGB is 117 - color contains mainly: blue. Hex color #540E75 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #540E75 is #ABF18A. Grayscale: #2E2E2E. Windows color (decimal): -11268491 or 7671380. OLE color: 7671380.

HSL color Cylindrical-coordinate representation of color #540E75: hue angle of 280.78º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #540E75 is Cyan = 0.28, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB8414117-
CMYK0.280.8800.54
HSL280.78º78.63%25.69%-
HSV(B)280.78º88.03%45.88%-
XYZ7.023.4817.13-
YUV46.67167.69154.62-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 39.07%
GREEN value IS 14 (5.86% from 255) = 6.51%
BLUE value IS 117 (46.09% from 255) = 54.42%
R=39.07%
G=6.51%
B=54.42%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal84141170.280.8800.54280.7878.6325.69
Hex54E751C580361194f1a
Octal124161653413006643111732
Binary1010100111011101011110010110000110110100011001100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #540E75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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