Html Css Color HEX #540473 Indigo

📋 copy color: '#540473'

red 84 ◦ green 4 ◦ blue 115

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

Shades of Indigo #540473

Tints of Indigo #540473

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.97%

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

R = 41.38%
G = 1.97%
B = 56.65%

CMYK

 C value IS 0.27

 M value IS 0.97

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#540473 (or 0x540473) is known color: Indigo. HEX triplet: 54, 04 and 73. RGB value is (84,4,115). Sum of RGB (Red+Green+Blue) = 84+4+115=203 (26% of max value = 765). Red value is 84 (33.20% from 255 or 41.38% from 203); Green value is 4 (1.95% from 255 or 1.97% from 203); Blue value is 115 (45.31% from 255 or 56.65% from 203); Max value from RGB is 115 - color contains mainly: blue. Hex color #540473 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #540473 is #ABFB8C. Grayscale: #282828. Windows color (decimal): -11271053 or 7537748. OLE color: 7537748.

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

Color convert

RGB 84 4 115 -
CMYK 0.27 0.97 0 0.55
HSL 283.24º 0.93% 0.23% -
HSV(B) 283.24º 0.97% 0.45% -
XYZ 6.79 3.21 16.48 -
YUV 40.57 170 158.97 -
System Red Green Blue C M Y K H S L
Decimal 84 4 115 0.27 0.97 0 0.55 283.24 0.93 0.23
Hex 54 4 73 1B 61 0 37 11B 5D 17
Octal 124 4 163 33 141 0 67 433 135 27
Binary 1010100 100 1110011 11011 1100001 0 110111 100011011 1011101 10111

Color Harmonies of #540473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540473

Black with #540473

Text Example


Text Example

White with #540473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #540473; }

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

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

background-color css

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

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

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

border-color css

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

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

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