Html Css Color HEX #540677 Indigo

📋 copy color: '#540677'

red 84 ◦ green 6 ◦ blue 119

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

Shades of Indigo #540677

Tints of Indigo #540677

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.87%

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

R = 40.19%
G = 2.87%
B = 56.94%

CMYK

 C value IS 0.29

 M value IS 0.95

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#540677 (or 0x540677) is known color: Indigo. HEX triplet: 54, 06 and 77. RGB value is (84,6,119). Sum of RGB (Red+Green+Blue) = 84+6+119=209 (27% of max value = 765). Red value is 84 (33.20% from 255 or 40.19% from 209); Green value is 6 (2.73% from 255 or 2.87% from 209); Blue value is 119 (46.88% from 255 or 56.94% from 209); Max value from RGB is 119 - color contains mainly: blue. Hex color #540677 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #540677 is #ABF988. Grayscale: #292929. Windows color (decimal): -11270537 or 7800404. OLE color: 7800404.

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

Color convert

RGB 84 6 119 -
CMYK 0.29 0.95 0 0.53
HSL 281.42º 0.9% 0.25% -
HSV(B) 281.42º 0.95% 0.47% -
XYZ 7.05 3.35 17.73 -
YUV 42.2 171.34 157.81 -
System Red Green Blue C M Y K H S L
Decimal 84 6 119 0.29 0.95 0 0.53 281.42 0.9 0.25
Hex 54 6 77 1D 5F 0 35 119 5A 19
Octal 124 6 167 35 137 0 65 431 132 31
Binary 1010100 110 1110111 11101 1011111 0 110101 100011001 1011010 11001

Color Harmonies of #540677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540677

Black with #540677

Text Example


Text Example

White with #540677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #540677; }

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

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

background-color css

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

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

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

border-color css

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

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

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