#540C71

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

Shades of Indigo #540C71

Tints of Indigo #540C71

Color information

#540C71 (or 0x540C71) is unknown color: approx Indigo. HEX triplet: 54, 0C and 71. RGB value is (84,12,113). Sum of RGB (Red+Green+Blue) = 84+12+113=209 (27% of max value = 765). Red value is 84 (33.20% from 255 or 40.19% from 209); Green value is 12 (5.08% from 255 or 5.74% from 209); Blue value is 113 (44.53% from 255 or 54.07% from 209); Max value from RGB is 113 - color contains mainly: blue. Hex color #540C71 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #540C71 is #ABF38E. Grayscale: #2C2C2C. Windows color (decimal): -11269007 or 7408724. OLE color: 7408724.

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

Color convert

RGB8412113-
CMYK0.260.8900.56
HSL282.77º80.8%24.51%-
HSV(B)282.77º89.38%44.31%-
XYZ6.773.3415.91-
YUV45.04166.35155.79-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 40.19%
GREEN value IS 12 (5.08% from 255) = 5.74%
BLUE value IS 113 (44.53% from 255) = 54.07%
R=40.19%
G=5.74%
B=54.07%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal84121130.260.8900.56282.7780.824.51
Hex54C711A5903811b5119
Octal124141613213107043312131
Binary1010100110011100011101010110010111000100011011101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #540C71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,12,113); }

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

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

 a { background-color: rgb(84,12,113); }

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

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

 span { border-color: rgb(84,12,113); }

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