Html Css Color HEX #540084 Indigo

📋 copy color: '#540084'

red 84 ◦ green 0 ◦ blue 132

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

Shades of Indigo #540084

Tints of Indigo #540084

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 38.89%
G = 0%
B = 61.11%

CMYK

 C value IS 0.36

 M value IS 1

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#540084 (or 0x540084) is known color: Indigo. HEX triplet: 54, 00 and 84. RGB value is (84,0,132). Sum of RGB (Red+Green+Blue) = 84+0+132=216 (28% of max value = 765). Red value is 84 (33.20% from 255 or 38.89% from 216); Green value is 0 (0.39% from 255 or 0% from 216); Blue value is 132 (51.95% from 255 or 61.11% from 216); Max value from RGB is 132 - color contains mainly: blue. Hex color #540084 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #540084 is #ABFF7B. Grayscale: #272727. Windows color (decimal): -11272060 or 8650836. OLE color: 8650836.

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

Color convert

RGB 84 0 132 -
CMYK 0.36 1 0 0.48
HSL 278.18º 1% 0.26% -
HSV(B) 278.18º 1% 0.52% -
XYZ 7.82 3.55 22.1 -
YUV 40.16 179.83 159.27 -
System Red Green Blue C M Y K H S L
Decimal 84 0 132 0.36 1 0 0.48 278.18 1 0.26
Hex 54 0 84 24 64 0 30 116 64 1A
Octal 124 0 204 44 144 0 60 426 144 32
Binary 1010100 0 10000100 100100 1100100 0 110000 100010110 1100100 11010

Color Harmonies of #540084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540084

Black with #540084

Text Example


Text Example

White with #540084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #540084; }

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

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

background-color css

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

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

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

border-color css

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

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

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