Html Css Color HEX #540880 Indigo

📋 copy color: '#540880'

red 84 ◦ green 8 ◦ blue 128

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

Shades of Indigo #540880

Tints of Indigo #540880

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.64%

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

R = 38.18%
G = 3.64%
B = 58.18%

CMYK

 C value IS 0.34

 M value IS 0.94

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#540880 (or 0x540880) is known color: Indigo. HEX triplet: 54, 08 and 80. RGB value is (84,8,128). Sum of RGB (Red+Green+Blue) = 84+8+128=220 (29% of max value = 765). Red value is 84 (33.20% from 255 or 38.18% from 220); Green value is 8 (3.52% from 255 or 3.64% from 220); Blue value is 128 (50.39% from 255 or 58.18% from 220); Max value from RGB is 128 - color contains mainly: blue. Hex color #540880 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #540880 is #ABF77F. Grayscale: #2C2C2C. Windows color (decimal): -11270016 or 8390740. OLE color: 8390740.

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

Color convert

RGB 84 8 128 -
CMYK 0.34 0.94 0 0.50
HSL 278º 0.88% 0.27% -
HSV(B) 278º 0.94% 0.5% -
XYZ 7.64 3.62 20.72 -
YUV 44.4 175.18 156.24 -
System Red Green Blue C M Y K H S L
Decimal 84 8 128 0.34 0.94 0 0.50 278 0.88 0.27
Hex 54 8 80 22 5E 0 32 116 58 1B
Octal 124 10 200 42 136 0 62 426 130 33
Binary 1010100 1000 10000000 100010 1011110 0 110010 100010110 1011000 11011

Color Harmonies of #540880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540880

Black with #540880

Text Example


Text Example

White with #540880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #540880; }

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

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

background-color css

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

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

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

border-color css

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

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

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