Html Css Color HEX #540484 Indigo

📋 copy color: '#540484'

red 84 ◦ green 4 ◦ blue 132

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

Shades of Indigo #540484

Tints of Indigo #540484

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.82%

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

R = 38.18%
G = 1.82%
B = 60%

CMYK

 C value IS 0.36

 M value IS 0.97

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#540484 (or 0x540484) is known color: Indigo. HEX triplet: 54, 04 and 84. RGB value is (84,4,132). Sum of RGB (Red+Green+Blue) = 84+4+132=220 (29% of max value = 765). Red value is 84 (33.20% from 255 or 38.18% from 220); Green value is 4 (1.95% from 255 or 1.82% from 220); Blue value is 132 (51.95% from 255 or 60% from 220); Max value from RGB is 132 - color contains mainly: blue. Hex color #540484 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #540484 is #ABFB7B. Grayscale: #2A2A2A. Windows color (decimal): -11271036 or 8651860. OLE color: 8651860.

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

Color convert

RGB 84 4 132 -
CMYK 0.36 0.97 0 0.48
HSL 277.5º 0.94% 0.27% -
HSV(B) 277.5º 0.97% 0.52% -
XYZ 7.86 3.64 22.12 -
YUV 42.51 178.5 157.59 -
System Red Green Blue C M Y K H S L
Decimal 84 4 132 0.36 0.97 0 0.48 277.5 0.94 0.27
Hex 54 4 84 24 61 0 30 116 5E 1B
Octal 124 4 204 44 141 0 60 426 136 33
Binary 1010100 100 10000100 100100 1100001 0 110000 100010110 1011110 11011

Color Harmonies of #540484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540484

Black with #540484

Text Example


Text Example

White with #540484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #540484; }

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

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

background-color css

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

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

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

border-color css

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

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

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