Html Css Color HEX #540B80 Indigo

📋 copy color: '#540B80'

red 84 ◦ green 11 ◦ blue 128

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

Shades of Indigo #540B80

Tints of Indigo #540B80

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.93%

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

R = 37.67%
G = 4.93%
B = 57.4%

CMYK

 C value IS 0.34

 M value IS 0.91

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#540B80 (or 0x540B80) is known color: Indigo. HEX triplet: 54, 0B and 80. RGB value is (84,11,128). Sum of RGB (Red+Green+Blue) = 84+11+128=223 (29% of max value = 765). Red value is 84 (33.20% from 255 or 37.67% from 223); Green value is 11 (4.69% from 255 or 4.93% from 223); Blue value is 128 (50.39% from 255 or 57.40% from 223); Max value from RGB is 128 - color contains mainly: blue. Hex color #540B80 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #540B80 is #ABF47F. Grayscale: #2D2D2D. Windows color (decimal): -11269248 or 8391508. OLE color: 8391508.

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

Color convert

RGB 84 11 128 -
CMYK 0.34 0.91 0 0.50
HSL 277.44º 0.84% 0.27% -
HSV(B) 277.44º 0.91% 0.5% -
XYZ 7.67 3.68 20.73 -
YUV 46.17 174.18 154.99 -
System Red Green Blue C M Y K H S L
Decimal 84 11 128 0.34 0.91 0 0.50 277.44 0.84 0.27
Hex 54 B 80 22 5B 0 32 115 54 1B
Octal 124 13 200 42 133 0 62 425 124 33
Binary 1010100 1011 10000000 100010 1011011 0 110010 100010101 1010100 11011

Color Harmonies of #540B80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540B80

Black with #540B80

Text Example


Text Example

White with #540B80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #540B80; }

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

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

background-color css

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

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

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

border-color css

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

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

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