Html Css Color HEX #540284 Indigo

📋 copy color: '#540284'

red 84 ◦ green 2 ◦ blue 132

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

Shades of Indigo #540284

Tints of Indigo #540284

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.92%

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

R = 38.53%
G = 0.92%
B = 60.55%

CMYK

 C value IS 0.36

 M value IS 0.98

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#540284 (or 0x540284) is known color: Indigo. HEX triplet: 54, 02 and 84. RGB value is (84,2,132). Sum of RGB (Red+Green+Blue) = 84+2+132=218 (28% of max value = 765). Red value is 84 (33.20% from 255 or 38.53% from 218); Green value is 2 (1.17% from 255 or 0.92% from 218); Blue value is 132 (51.95% from 255 or 60.55% from 218); Max value from RGB is 132 - color contains mainly: blue. Hex color #540284 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #540284 is #ABFD7B. Grayscale: #282828. Windows color (decimal): -11271548 or 8651348. OLE color: 8651348.

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

Color convert

RGB 84 2 132 -
CMYK 0.36 0.98 0 0.48
HSL 277.85º 0.97% 0.26% -
HSV(B) 277.85º 0.98% 0.52% -
XYZ 7.84 3.59 22.11 -
YUV 41.34 179.17 158.43 -
System Red Green Blue C M Y K H S L
Decimal 84 2 132 0.36 0.98 0 0.48 277.85 0.97 0.26
Hex 54 2 84 24 62 0 30 116 61 1A
Octal 124 2 204 44 142 0 60 426 141 32
Binary 1010100 10 10000100 100100 1100010 0 110000 100010110 1100001 11010

Color Harmonies of #540284

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540284

Black with #540284

Text Example


Text Example

White with #540284

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #540284; }

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

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

background-color css

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

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

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

border-color css

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

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

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