Html Css Color HEX #540571 Indigo

📋 copy color: '#540571'

red 84 ◦ green 5 ◦ blue 113

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

Shades of Indigo #540571

Tints of Indigo #540571

RGB

 RED value IS 84 (33.2% from 255) = 41.58%

 GREEN value IS 5 (2.34% from 255) = 2.48%

 BLUE value IS 113 (44.53% from 255) = 55.94%

R = 41.58%
G = 2.48%
B = 55.94%

CMYK

 C value IS 0.26

 M value IS 0.96

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#540571 (or 0x540571) is known color: Indigo. HEX triplet: 54, 05 and 71. RGB value is (84,5,113). Sum of RGB (Red+Green+Blue) = 84+5+113=202 (26% of max value = 765). Red value is 84 (33.20% from 255 or 41.58% from 202); Green value is 5 (2.34% from 255 or 2.48% from 202); Blue value is 113 (44.53% from 255 or 55.94% from 202); Max value from RGB is 113 - color contains mainly: blue. Hex color #540571 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #540571 is #ABFA8E. Grayscale: #282828. Windows color (decimal): -11270799 or 7406932. OLE color: 7406932.

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

Color convert

RGB 84 5 113 -
CMYK 0.26 0.96 0 0.56
HSL 283.89º 0.92% 0.23% -
HSV(B) 283.89º 0.96% 0.44% -
XYZ 6.69 3.19 15.89 -
YUV 40.93 168.67 158.72 -
System Red Green Blue C M Y K H S L
Decimal 84 5 113 0.26 0.96 0 0.56 283.89 0.92 0.23
Hex 54 5 71 1A 60 0 38 11C 5C 17
Octal 124 5 161 32 140 0 70 434 134 27
Binary 1010100 101 1110001 11010 1100000 0 111000 100011100 1011100 10111

Color Harmonies of #540571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540571

Black with #540571

Text Example


Text Example

White with #540571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #540571; }

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

 H1.HeaderClassName
 {
   color: #540571;
 }
 .AnyTagClassName
 {
   color: #540571;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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