Html Css Color HEX #540282 Indigo

📋 copy color: '#540282'

red 84 ◦ green 2 ◦ blue 130

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

Shades of Indigo #540282

Tints of Indigo #540282

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 60.19%

R = 38.89%
G = 0.93%
B = 60.19%

CMYK

 C value IS 0.35

 M value IS 0.98

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#540282 (or 0x540282) is known color: Indigo. HEX triplet: 54, 02 and 82. RGB value is (84,2,130). Sum of RGB (Red+Green+Blue) = 84+2+130=216 (28% of max value = 765). Red value is 84 (33.20% from 255 or 38.89% from 216); Green value is 2 (1.17% from 255 or 0.93% from 216); Blue value is 130 (51.17% from 255 or 60.19% from 216); Max value from RGB is 130 - color contains mainly: blue. Hex color #540282 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #540282 is #ABFD7D. Grayscale: #282828. Windows color (decimal): -11271550 or 8520276. OLE color: 8520276.

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

Color convert

RGB 84 2 130 -
CMYK 0.35 0.98 0 0.49
HSL 278.44º 0.97% 0.26% -
HSV(B) 278.44º 0.98% 0.51% -
XYZ 7.71 3.54 21.4 -
YUV 41.11 178.17 158.59 -
System Red Green Blue C M Y K H S L
Decimal 84 2 130 0.35 0.98 0 0.49 278.44 0.97 0.26
Hex 54 2 82 23 62 0 31 116 61 1A
Octal 124 2 202 43 142 0 61 426 141 32
Binary 1010100 10 10000010 100011 1100010 0 110001 100010110 1100001 11010

Color Harmonies of #540282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540282

Black with #540282

Text Example


Text Example

White with #540282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #540282; }

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

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

background-color css

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

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

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

border-color css

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

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

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