Html Css Color HEX #540877 Indigo

📋 copy color: '#540877'

red 84 ◦ green 8 ◦ blue 119

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

Shades of Indigo #540877

Tints of Indigo #540877

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 56.4%

R = 39.81%
G = 3.79%
B = 56.4%

CMYK

 C value IS 0.29

 M value IS 0.93

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#540877 (or 0x540877) is known color: Indigo. HEX triplet: 54, 08 and 77. RGB value is (84,8,119). Sum of RGB (Red+Green+Blue) = 84+8+119=211 (27% of max value = 765). Red value is 84 (33.20% from 255 or 39.81% from 211); Green value is 8 (3.52% from 255 or 3.79% from 211); Blue value is 119 (46.88% from 255 or 56.40% from 211); Max value from RGB is 119 - color contains mainly: blue. Hex color #540877 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #540877 is #ABF788. Grayscale: #2B2B2B. Windows color (decimal): -11270025 or 7800916. OLE color: 7800916.

HSL color Cylindrical-coordinate representation of color #540877: hue angle of 281.08º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #540877 is Cyan = 0.29, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 84 8 119 -
CMYK 0.29 0.93 0 0.53
HSL 281.08º 0.87% 0.25% -
HSV(B) 281.08º 0.93% 0.47% -
XYZ 7.07 3.39 17.73 -
YUV 43.38 170.68 156.97 -
System Red Green Blue C M Y K H S L
Decimal 84 8 119 0.29 0.93 0 0.53 281.08 0.87 0.25
Hex 54 8 77 1D 5D 0 35 119 57 19
Octal 124 10 167 35 135 0 65 431 127 31
Binary 1010100 1000 1110111 11101 1011101 0 110101 100011001 1010111 11001

Color Harmonies of #540877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540877

Black with #540877

Text Example


Text Example

White with #540877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #540877; }

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

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

background-color css

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

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

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

border-color css

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

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

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