Html Css Color HEX #540586 Indigo

📋 copy color: '#540586'

red 84 ◦ green 5 ◦ blue 134

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

Shades of Indigo #540586

Tints of Indigo #540586

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 60.09%

R = 37.67%
G = 2.24%
B = 60.09%

CMYK

 C value IS 0.37

 M value IS 0.96

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#540586 (or 0x540586) is known color: Indigo. HEX triplet: 54, 05 and 86. RGB value is (84,5,134). Sum of RGB (Red+Green+Blue) = 84+5+134=223 (29% of max value = 765). Red value is 84 (33.20% from 255 or 37.67% from 223); Green value is 5 (2.34% from 255 or 2.24% from 223); Blue value is 134 (52.73% from 255 or 60.09% from 223); Max value from RGB is 134 - color contains mainly: blue. Hex color #540586 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #540586 is #ABFA79. Grayscale: #2A2A2A. Windows color (decimal): -11270778 or 8783188. OLE color: 8783188.

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

Color convert

RGB 84 5 134 -
CMYK 0.37 0.96 0 0.47
HSL 276.74º 0.93% 0.27% -
HSV(B) 276.74º 0.96% 0.53% -
XYZ 8.01 3.71 22.85 -
YUV 43.33 179.17 157.01 -
System Red Green Blue C M Y K H S L
Decimal 84 5 134 0.37 0.96 0 0.47 276.74 0.93 0.27
Hex 54 5 86 25 60 0 2F 115 5D 1B
Octal 124 5 206 45 140 0 57 425 135 33
Binary 1010100 101 10000110 100101 1100000 0 101111 100010101 1011101 11011

Color Harmonies of #540586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540586

Black with #540586

Text Example


Text Example

White with #540586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #540586; }

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

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

background-color css

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

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

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

border-color css

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

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

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