#540A71

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

Shades of Indigo #540A71

Tints of Indigo #540A71

Color information

#540A71 (or 0x540A71) is unknown color: approx Indigo. HEX triplet: 54, 0A and 71. RGB value is (84,10,113). Sum of RGB (Red+Green+Blue) = 84+10+113=207 (27% of max value = 765). Red value is 84 (33.20% from 255 or 40.58% from 207); Green value is 10 (4.30% from 255 or 4.83% from 207); Blue value is 113 (44.53% from 255 or 54.59% from 207); Max value from RGB is 113 - color contains mainly: blue. Hex color #540A71 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #540A71 is #ABF58E. Grayscale: #2B2B2B. Windows color (decimal): -11269519 or 7408212. OLE color: 7408212.

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

Color convert

RGB8410113-
CMYK0.260.9100.56
HSL283.11º83.74%24.12%-
HSV(B)283.11º91.15%44.31%-
XYZ6.753.2915.9-
YUV43.87167.02156.62-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 40.58%
GREEN value IS 10 (4.30% from 255) = 4.83%
BLUE value IS 113 (44.53% from 255) = 54.59%
R=40.58%
G=4.83%
B=54.59%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal84101130.260.9100.56283.1183.7424.12
Hex54A711A5B03811b5418
Octal124121613213307043312430
Binary1010100101011100011101010110110111000100011011101010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #540A71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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