Html Css Color HEX #540584 Indigo

📋 copy color: '#540584'

red 84 ◦ green 5 ◦ blue 132

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

Shades of Indigo #540584

Tints of Indigo #540584

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 59.73%

R = 38.01%
G = 2.26%
B = 59.73%

CMYK

 C value IS 0.36

 M value IS 0.96

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#540584 (or 0x540584) is known color: Indigo. HEX triplet: 54, 05 and 84. RGB value is (84,5,132). Sum of RGB (Red+Green+Blue) = 84+5+132=221 (29% of max value = 765). Red value is 84 (33.20% from 255 or 38.01% from 221); Green value is 5 (2.34% from 255 or 2.26% from 221); Blue value is 132 (51.95% from 255 or 59.73% from 221); Max value from RGB is 132 - color contains mainly: blue. Hex color #540584 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #540584 is #ABFA7B. Grayscale: #2A2A2A. Windows color (decimal): -11270780 or 8652116. OLE color: 8652116.

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

Color convert

RGB 84 5 132 -
CMYK 0.36 0.96 0 0.48
HSL 277.32º 0.93% 0.27% -
HSV(B) 277.32º 0.96% 0.52% -
XYZ 7.88 3.66 22.12 -
YUV 43.1 178.17 157.17 -
System Red Green Blue C M Y K H S L
Decimal 84 5 132 0.36 0.96 0 0.48 277.32 0.93 0.27
Hex 54 5 84 24 60 0 30 115 5D 1B
Octal 124 5 204 44 140 0 60 425 135 33
Binary 1010100 101 10000100 100100 1100000 0 110000 100010101 1011101 11011

Color Harmonies of #540584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540584

Black with #540584

Text Example


Text Example

White with #540584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #540584; }

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

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

background-color css

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

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

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

border-color css

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

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

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