#540EA0

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

Shades of Indigo #540EA0

Tints of Indigo #540EA0

Color information

#540EA0 (or 0x540EA0) is unknown color: approx Indigo. HEX triplet: 54, 0E and A0. RGB value is (84,14,160). Sum of RGB (Red+Green+Blue) = 84+14+160=258 (34% of max value = 765). Red value is 84 (33.20% from 255 or 32.56% from 258); Green value is 14 (5.86% from 255 or 5.43% from 258); Blue value is 160 (62.89% from 255 or 62.02% from 258); Max value from RGB is 160 - color contains mainly: blue. Hex color #540EA0 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #540EA0 is #ABF15F. Grayscale: #333333. Windows color (decimal): -11268448 or 10489428. OLE color: 10489428.

HSL color Cylindrical-coordinate representation of color #540EA0: hue angle of 268.77º degrees, saturation: 0.84, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #540EA0 is Cyan = 0.48, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB8414160-
CMYK0.480.9100.37
HSL268.77º83.91%34.12%-
HSV(B)268.77º91.25%62.75%-
XYZ10.164.7433.64-
YUV51.57189.19151.13-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 32.56%
GREEN value IS 14 (5.86% from 255) = 5.43%
BLUE value IS 160 (62.89% from 255) = 62.02%
R=32.56%
G=5.43%
B=62.02%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal84141600.480.9100.37268.7783.9134.12
Hex54EA0305B02510d5422
Octal124162406013304541512442
Binary1010100111010100000110000101101101001011000011011010100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #540EA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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