Html Css Color HEX #540777 Indigo

📋 copy color: '#540777'

red 84 ◦ green 7 ◦ blue 119

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

Shades of Indigo #540777

Tints of Indigo #540777

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.33%

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

R = 40%
G = 3.33%
B = 56.67%

CMYK

 C value IS 0.29

 M value IS 0.94

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#540777 (or 0x540777) is known color: Indigo. HEX triplet: 54, 07 and 77. RGB value is (84,7,119). Sum of RGB (Red+Green+Blue) = 84+7+119=210 (27% of max value = 765). Red value is 84 (33.20% from 255 or 40% from 210); Green value is 7 (3.12% from 255 or 3.33% from 210); Blue value is 119 (46.88% from 255 or 56.67% from 210); Max value from RGB is 119 - color contains mainly: blue. Hex color #540777 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #540777 is #ABF888. Grayscale: #2A2A2A. Windows color (decimal): -11270281 or 7800660. OLE color: 7800660.

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

Color convert

RGB 84 7 119 -
CMYK 0.29 0.94 0 0.53
HSL 281.25º 0.89% 0.25% -
HSV(B) 281.25º 0.94% 0.47% -
XYZ 7.06 3.37 17.73 -
YUV 42.79 171.01 157.39 -
System Red Green Blue C M Y K H S L
Decimal 84 7 119 0.29 0.94 0 0.53 281.25 0.89 0.25
Hex 54 7 77 1D 5E 0 35 119 59 19
Octal 124 7 167 35 136 0 65 431 131 31
Binary 1010100 111 1110111 11101 1011110 0 110101 100011001 1011001 11001

Color Harmonies of #540777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540777

Black with #540777

Text Example


Text Example

White with #540777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #540777; }

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

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

background-color css

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

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

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

border-color css

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

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

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