Html Css Color HEX #540577 Indigo

📋 copy color: '#540577'

red 84 ◦ green 5 ◦ blue 119

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

Shades of Indigo #540577

Tints of Indigo #540577

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.4%

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

R = 40.38%
G = 2.4%
B = 57.21%

CMYK

 C value IS 0.29

 M value IS 0.96

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#540577 (or 0x540577) is known color: Indigo. HEX triplet: 54, 05 and 77. RGB value is (84,5,119). Sum of RGB (Red+Green+Blue) = 84+5+119=208 (27% of max value = 765). Red value is 84 (33.20% from 255 or 40.38% from 208); Green value is 5 (2.34% from 255 or 2.40% from 208); Blue value is 119 (46.88% from 255 or 57.21% from 208); Max value from RGB is 119 - color contains mainly: blue. Hex color #540577 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #540577 is #ABFA88. Grayscale: #292929. Windows color (decimal): -11270793 or 7800148. OLE color: 7800148.

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

Color convert

RGB 84 5 119 -
CMYK 0.29 0.96 0 0.53
HSL 281.58º 0.92% 0.24% -
HSV(B) 281.58º 0.96% 0.47% -
XYZ 7.04 3.33 17.72 -
YUV 41.62 171.67 158.23 -
System Red Green Blue C M Y K H S L
Decimal 84 5 119 0.29 0.96 0 0.53 281.58 0.92 0.24
Hex 54 5 77 1D 60 0 35 11A 5C 18
Octal 124 5 167 35 140 0 65 432 134 30
Binary 1010100 101 1110111 11101 1100000 0 110101 100011010 1011100 11000

Color Harmonies of #540577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540577

Black with #540577

Text Example


Text Example

White with #540577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #540577; }

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

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

background-color css

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

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

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

border-color css

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

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

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