Html Css Color HEX #540977 Indigo

📋 copy color: '#540977'

red 84 ◦ green 9 ◦ blue 119

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

Shades of Indigo #540977

Tints of Indigo #540977

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.25%

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

R = 39.62%
G = 4.25%
B = 56.13%

CMYK

 C value IS 0.29

 M value IS 0.92

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#540977 (or 0x540977) is known color: Indigo. HEX triplet: 54, 09 and 77. RGB value is (84,9,119). Sum of RGB (Red+Green+Blue) = 84+9+119=212 (28% of max value = 765). Red value is 84 (33.20% from 255 or 39.62% from 212); Green value is 9 (3.91% from 255 or 4.25% from 212); Blue value is 119 (46.88% from 255 or 56.13% from 212); Max value from RGB is 119 - color contains mainly: blue. Hex color #540977 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #540977 is #ABF688. Grayscale: #2B2B2B. Windows color (decimal): -11269769 or 7801172. OLE color: 7801172.

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

Color convert

RGB 84 9 119 -
CMYK 0.29 0.92 0 0.53
HSL 280.91º 0.86% 0.25% -
HSV(B) 280.91º 0.92% 0.47% -
XYZ 7.08 3.41 17.74 -
YUV 43.97 170.35 156.56 -
System Red Green Blue C M Y K H S L
Decimal 84 9 119 0.29 0.92 0 0.53 280.91 0.86 0.25
Hex 54 9 77 1D 5C 0 35 119 56 19
Octal 124 11 167 35 134 0 65 431 126 31
Binary 1010100 1001 1110111 11101 1011100 0 110101 100011001 1010110 11001

Color Harmonies of #540977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540977

Black with #540977

Text Example


Text Example

White with #540977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #540977; }

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

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

background-color css

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

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

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

border-color css

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

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

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