Html Css Color HEX #540572 Indigo

📋 copy color: '#540572'

red 84 ◦ green 5 ◦ blue 114

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

Shades of Indigo #540572

Tints of Indigo #540572

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 56.16%

R = 41.38%
G = 2.46%
B = 56.16%

CMYK

 C value IS 0.26

 M value IS 0.96

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#540572 (or 0x540572) is known color: Indigo. HEX triplet: 54, 05 and 72. RGB value is (84,5,114). Sum of RGB (Red+Green+Blue) = 84+5+114=203 (26% of max value = 765). Red value is 84 (33.20% from 255 or 41.38% from 203); Green value is 5 (2.34% from 255 or 2.46% from 203); Blue value is 114 (44.92% from 255 or 56.16% from 203); Max value from RGB is 114 - color contains mainly: blue. Hex color #540572 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #540572 is #ABFA8D. Grayscale: #282828. Windows color (decimal): -11270798 or 7472468. OLE color: 7472468.

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

Color convert

RGB 84 5 114 -
CMYK 0.26 0.96 0 0.55
HSL 283.49º 0.92% 0.23% -
HSV(B) 283.49º 0.96% 0.45% -
XYZ 6.75 3.21 16.18 -
YUV 41.05 169.17 158.64 -
System Red Green Blue C M Y K H S L
Decimal 84 5 114 0.26 0.96 0 0.55 283.49 0.92 0.23
Hex 54 5 72 1A 60 0 37 11B 5C 17
Octal 124 5 162 32 140 0 67 433 134 27
Binary 1010100 101 1110010 11010 1100000 0 110111 100011011 1011100 10111

Color Harmonies of #540572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540572

Black with #540572

Text Example


Text Example

White with #540572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #540572; }

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

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

background-color css

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

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

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

border-color css

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

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

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