Html Css Color HEX #540573 Indigo

📋 copy color: '#540573'

red 84 ◦ green 5 ◦ blue 115

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

Shades of Indigo #540573

Tints of Indigo #540573

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 56.37%

R = 41.18%
G = 2.45%
B = 56.37%

CMYK

 C value IS 0.27

 M value IS 0.96

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#540573 (or 0x540573) is known color: Indigo. HEX triplet: 54, 05 and 73. RGB value is (84,5,115). Sum of RGB (Red+Green+Blue) = 84+5+115=204 (27% of max value = 765). Red value is 84 (33.20% from 255 or 41.18% from 204); Green value is 5 (2.34% from 255 or 2.45% from 204); Blue value is 115 (45.31% from 255 or 56.37% from 204); Max value from RGB is 115 - color contains mainly: blue. Hex color #540573 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #540573 is #ABFA8C. Grayscale: #282828. Windows color (decimal): -11270797 or 7538004. OLE color: 7538004.

HSL color Cylindrical-coordinate representation of color #540573: hue angle of 283.09º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #540573 is Cyan = 0.27, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 84 5 115 -
CMYK 0.27 0.96 0 0.55
HSL 283.09º 0.92% 0.24% -
HSV(B) 283.09º 0.96% 0.45% -
XYZ 6.8 3.23 16.48 -
YUV 41.16 169.67 158.56 -
System Red Green Blue C M Y K H S L
Decimal 84 5 115 0.27 0.96 0 0.55 283.09 0.92 0.24
Hex 54 5 73 1B 60 0 37 11B 5C 18
Octal 124 5 163 33 140 0 67 433 134 30
Binary 1010100 101 1110011 11011 1100000 0 110111 100011011 1011100 11000

Color Harmonies of #540573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540573

Black with #540573

Text Example


Text Example

White with #540573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #540573; }

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

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

background-color css

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

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

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

border-color css

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

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

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