Html Css Color HEX #540882 Indigo

📋 copy color: '#540882'

red 84 ◦ green 8 ◦ blue 130

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

Shades of Indigo #540882

Tints of Indigo #540882

RGB

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

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

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

R = 37.84%
G = 3.6%
B = 58.56%

CMYK

 C value IS 0.35

 M value IS 0.94

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#540882 (or 0x540882) is known color: Indigo. HEX triplet: 54, 08 and 82. RGB value is (84,8,130). Sum of RGB (Red+Green+Blue) = 84+8+130=222 (29% of max value = 765). Red value is 84 (33.20% from 255 or 37.84% from 222); Green value is 8 (3.52% from 255 or 3.60% from 222); Blue value is 130 (51.17% from 255 or 58.56% from 222); Max value from RGB is 130 - color contains mainly: blue. Hex color #540882 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #540882 is #ABF77D. Grayscale: #2C2C2C. Windows color (decimal): -11270014 or 8521812. OLE color: 8521812.

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

Color convert

RGB 84 8 130 -
CMYK 0.35 0.94 0 0.49
HSL 277.38º 0.88% 0.27% -
HSV(B) 277.38º 0.94% 0.51% -
XYZ 7.77 3.67 21.42 -
YUV 44.63 176.18 156.08 -
System Red Green Blue C M Y K H S L
Decimal 84 8 130 0.35 0.94 0 0.49 277.38 0.88 0.27
Hex 54 8 82 23 5E 0 31 115 58 1B
Octal 124 10 202 43 136 0 61 425 130 33
Binary 1010100 1000 10000010 100011 1011110 0 110001 100010101 1011000 11011

Color Harmonies of #540882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540882

Black with #540882

Text Example


Text Example

White with #540882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #540882; }

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

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

background-color css

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

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

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

border-color css

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

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

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