Html Css Color HEX #540884 Indigo

📋 copy color: '#540884'

red 84 ◦ green 8 ◦ blue 132

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

Shades of Indigo #540884

Tints of Indigo #540884

RGB

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

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

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

R = 37.5%
G = 3.57%
B = 58.93%

CMYK

 C value IS 0.36

 M value IS 0.94

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#540884 (or 0x540884) is known color: Indigo. HEX triplet: 54, 08 and 84. RGB value is (84,8,132). Sum of RGB (Red+Green+Blue) = 84+8+132=224 (29% of max value = 765). Red value is 84 (33.20% from 255 or 37.5% from 224); Green value is 8 (3.52% from 255 or 3.57% from 224); Blue value is 132 (51.95% from 255 or 58.93% from 224); Max value from RGB is 132 - color contains mainly: blue. Hex color #540884 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #540884 is #ABF77B. Grayscale: #2C2C2C. Windows color (decimal): -11270012 or 8652884. OLE color: 8652884.

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

Color convert

RGB 84 8 132 -
CMYK 0.36 0.94 0 0.48
HSL 276.77º 0.89% 0.27% -
HSV(B) 276.77º 0.94% 0.52% -
XYZ 7.91 3.72 22.13 -
YUV 44.86 177.18 155.92 -
System Red Green Blue C M Y K H S L
Decimal 84 8 132 0.36 0.94 0 0.48 276.77 0.89 0.27
Hex 54 8 84 24 5E 0 30 115 59 1B
Octal 124 10 204 44 136 0 60 425 131 33
Binary 1010100 1000 10000100 100100 1011110 0 110000 100010101 1011001 11011

Color Harmonies of #540884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540884

Black with #540884

Text Example


Text Example

White with #540884

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #540884; }

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

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

background-color css

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

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

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

border-color css

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

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

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