#540371

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

Shades of Indigo #540371

Tints of Indigo #540371

Color information

#540371 (or 0x540371) is unknown color: approx Indigo. HEX triplet: 54, 03 and 71. RGB value is (84,3,113). Sum of RGB (Red+Green+Blue) = 84+3+113=200 (26% of max value = 765). Red value is 84 (33.20% from 255 or 42% from 200); Green value is 3 (1.56% from 255 or 1.5% from 200); Blue value is 113 (44.53% from 255 or 56.5% from 200); Max value from RGB is 113 - color contains mainly: blue. Hex color #540371 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #540371 is #ABFC8E. Grayscale: #272727. Windows color (decimal): -11271311 or 7406420. OLE color: 7406420.

HSL color Cylindrical-coordinate representation of color #540371: hue angle of 284.18º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #540371 is Cyan = 0.26, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB843113-
CMYK0.260.9700.56
HSL284.18º94.83%22.75%-
HSV(B)284.18º97.35%44.31%-
XYZ6.673.1415.88-
YUV39.76169.34159.56-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 42%
GREEN value IS 3 (1.56% from 255) = 1.5%
BLUE value IS 113 (44.53% from 255) = 56.5%
R=42%
G=1.5%
B=56.5%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal8431130.260.9700.56284.1894.8322.75
Hex543711A6103811c5f17
Octal12431613214107043413727
Binary10101001111100011101011000010111000100011100101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #540371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #540371; }

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

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

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

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

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

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

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

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