Html Css Color HEX #540486 Indigo

📋 copy color: '#540486'

red 84 ◦ green 4 ◦ blue 134

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

Shades of Indigo #540486

Tints of Indigo #540486

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 60.36%

R = 37.84%
G = 1.8%
B = 60.36%

CMYK

 C value IS 0.37

 M value IS 0.97

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#540486 (or 0x540486) is known color: Indigo. HEX triplet: 54, 04 and 86. RGB value is (84,4,134). Sum of RGB (Red+Green+Blue) = 84+4+134=222 (29% of max value = 765). Red value is 84 (33.20% from 255 or 37.84% from 222); Green value is 4 (1.95% from 255 or 1.80% from 222); Blue value is 134 (52.73% from 255 or 60.36% from 222); Max value from RGB is 134 - color contains mainly: blue. Hex color #540486 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #540486 is #ABFB79. Grayscale: #2A2A2A. Windows color (decimal): -11271034 or 8782932. OLE color: 8782932.

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

Color convert

RGB 84 4 134 -
CMYK 0.37 0.97 0 0.47
HSL 276.92º 0.94% 0.27% -
HSV(B) 276.92º 0.97% 0.53% -
XYZ 8 3.69 22.85 -
YUV 42.74 179.5 157.43 -
System Red Green Blue C M Y K H S L
Decimal 84 4 134 0.37 0.97 0 0.47 276.92 0.94 0.27
Hex 54 4 86 25 61 0 2F 115 5E 1B
Octal 124 4 206 45 141 0 57 425 136 33
Binary 1010100 100 10000110 100101 1100001 0 101111 100010101 1011110 11011

Color Harmonies of #540486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540486

Black with #540486

Text Example


Text Example

White with #540486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #540486; }

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

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

background-color css

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

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

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

border-color css

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

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

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