Html Css Color HEX #540371 Indigo

📋 copy color: '#540371'

red 84 ◦ green 3 ◦ blue 113

#540371
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Indigo #540371

Tints of Indigo #540371

RGB

 RED value IS 84 (33.2% 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 value IS 0.26

 M value IS 0.97

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#540371 (or 0x540371) is known color: 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

RGB 84 3 113 -
CMYK 0.26 0.97 0 0.56
HSL 284.18º 0.95% 0.23% -
HSV(B) 284.18º 0.97% 0.44% -
XYZ 6.67 3.14 15.88 -
YUV 39.76 169.34 159.56 -
System Red Green Blue C M Y K H S L
Decimal 84 3 113 0.26 0.97 0 0.56 284.18 0.95 0.23
Hex 54 3 71 1A 61 0 38 11C 5F 17
Octal 124 3 161 32 141 0 70 434 137 27
Binary 1010100 11 1110001 11010 1100001 0 111000 100011100 1011111 10111

Color Harmonies of #540371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540371

Black with #540371

Text Example


Text Example

White with #540371

Text Example


Text Example

HTML Codes & Css Web 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>