Html Css Color HEX #540578 Indigo

📋 copy color: '#540578'

red 84 ◦ green 5 ◦ blue 120

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

Shades of Indigo #540578

Tints of Indigo #540578

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 57.42%

R = 40.19%
G = 2.39%
B = 57.42%

CMYK

 C value IS 0.3

 M value IS 0.96

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#540578 (or 0x540578) is known color: Indigo. HEX triplet: 54, 05 and 78. RGB value is (84,5,120). Sum of RGB (Red+Green+Blue) = 84+5+120=209 (27% of max value = 765). Red value is 84 (33.20% from 255 or 40.19% from 209); Green value is 5 (2.34% from 255 or 2.39% from 209); Blue value is 120 (47.27% from 255 or 57.42% from 209); Max value from RGB is 120 - color contains mainly: blue. Hex color #540578 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #540578 is #ABFA87. Grayscale: #292929. Windows color (decimal): -11270792 or 7865684. OLE color: 7865684.

HSL color Cylindrical-coordinate representation of color #540578: hue angle of 281.22º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #540578 is Cyan = 0.3, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 84 5 120 -
CMYK 0.3 0.96 0 0.53
HSL 281.22º 0.92% 0.25% -
HSV(B) 281.22º 0.96% 0.47% -
XYZ 7.1 3.35 18.04 -
YUV 41.73 172.17 158.15 -
System Red Green Blue C M Y K H S L
Decimal 84 5 120 0.3 0.96 0 0.53 281.22 0.92 0.25
Hex 54 5 78 1E 60 0 35 119 5C 19
Octal 124 5 170 36 140 0 65 431 134 31
Binary 1010100 101 1111000 11110 1100000 0 110101 100011001 1011100 11001

Color Harmonies of #540578

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540578

Black with #540578

Text Example


Text Example

White with #540578

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #540578; }

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

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

background-color css

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

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

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

border-color css

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

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

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