Html Css Color HEX #540886 Indigo

📋 copy color: '#540886'

red 84 ◦ green 8 ◦ blue 134

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

Shades of Indigo #540886

Tints of Indigo #540886

RGB

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

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

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

R = 37.17%
G = 3.54%
B = 59.29%

CMYK

 C value IS 0.37

 M value IS 0.94

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#540886 (or 0x540886) is known color: Indigo. HEX triplet: 54, 08 and 86. RGB value is (84,8,134). Sum of RGB (Red+Green+Blue) = 84+8+134=226 (29% of max value = 765). Red value is 84 (33.20% from 255 or 37.17% from 226); Green value is 8 (3.52% from 255 or 3.54% from 226); Blue value is 134 (52.73% from 255 or 59.29% from 226); Max value from RGB is 134 - color contains mainly: blue. Hex color #540886 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #540886 is #ABF779. Grayscale: #2C2C2C. Windows color (decimal): -11270010 or 8783956. OLE color: 8783956.

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

Color convert

RGB 84 8 134 -
CMYK 0.37 0.94 0 0.47
HSL 276.19º 0.89% 0.28% -
HSV(B) 276.19º 0.94% 0.53% -
XYZ 8.05 3.78 22.86 -
YUV 45.09 178.18 155.75 -
System Red Green Blue C M Y K H S L
Decimal 84 8 134 0.37 0.94 0 0.47 276.19 0.89 0.28
Hex 54 8 86 25 5E 0 2F 114 59 1C
Octal 124 10 206 45 136 0 57 424 131 34
Binary 1010100 1000 10000110 100101 1011110 0 101111 100010100 1011001 11100

Color Harmonies of #540886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540886

Black with #540886

Text Example


Text Example

White with #540886

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #540886; }

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

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

background-color css

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

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

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

border-color css

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

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

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