Html Css Color HEX #540780 Indigo

📋 copy color: '#540780'

red 84 ◦ green 7 ◦ blue 128

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

Shades of Indigo #540780

Tints of Indigo #540780

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.2%

 BLUE value IS 128 (50.39% from 255) = 58.45%

R = 38.36%
G = 3.2%
B = 58.45%

CMYK

 C value IS 0.34

 M value IS 0.95

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#540780 (or 0x540780) is known color: Indigo. HEX triplet: 54, 07 and 80. RGB value is (84,7,128). Sum of RGB (Red+Green+Blue) = 84+7+128=219 (29% of max value = 765). Red value is 84 (33.20% from 255 or 38.36% from 219); Green value is 7 (3.12% from 255 or 3.20% from 219); Blue value is 128 (50.39% from 255 or 58.45% from 219); Max value from RGB is 128 - color contains mainly: blue. Hex color #540780 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #540780 is #ABF87F. Grayscale: #2B2B2B. Windows color (decimal): -11270272 or 8390484. OLE color: 8390484.

HSL color Cylindrical-coordinate representation of color #540780: hue angle of 278.18º degrees, saturation: 0.9, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #540780 is Cyan = 0.34, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 84 7 128 -
CMYK 0.34 0.95 0 0.50
HSL 278.18º 0.9% 0.26% -
HSV(B) 278.18º 0.95% 0.5% -
XYZ 7.63 3.6 20.71 -
YUV 43.82 175.51 156.66 -
System Red Green Blue C M Y K H S L
Decimal 84 7 128 0.34 0.95 0 0.50 278.18 0.9 0.26
Hex 54 7 80 22 5F 0 32 116 5A 1A
Octal 124 7 200 42 137 0 62 426 132 32
Binary 1010100 111 10000000 100010 1011111 0 110010 100010110 1011010 11010

Color Harmonies of #540780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540780

Black with #540780

Text Example


Text Example

White with #540780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #540780; }

 p { color: rgb(84,7,128); }

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

background-color css

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

 a { background-color: rgb(84,7,128); }

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

border-color css

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

 span { border-color: rgb(84,7,128); }

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