Html Css Color HEX #540576 Indigo

📋 copy color: '#540576'

red 84 ◦ green 5 ◦ blue 118

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

Shades of Indigo #540576

Tints of Indigo #540576

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 57%

R = 40.58%
G = 2.42%
B = 57%

CMYK

 C value IS 0.29

 M value IS 0.96

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#540576 (or 0x540576) is known color: Indigo. HEX triplet: 54, 05 and 76. RGB value is (84,5,118). Sum of RGB (Red+Green+Blue) = 84+5+118=207 (27% of max value = 765). Red value is 84 (33.20% from 255 or 40.58% from 207); Green value is 5 (2.34% from 255 or 2.42% from 207); Blue value is 118 (46.48% from 255 or 57.00% from 207); Max value from RGB is 118 - color contains mainly: blue. Hex color #540576 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #540576 is #ABFA89. Grayscale: #292929. Windows color (decimal): -11270794 or 7734612. OLE color: 7734612.

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

Color convert

RGB 84 5 118 -
CMYK 0.29 0.96 0 0.54
HSL 281.95º 0.92% 0.24% -
HSV(B) 281.95º 0.96% 0.46% -
XYZ 6.98 3.3 17.41 -
YUV 41.5 171.17 158.31 -
System Red Green Blue C M Y K H S L
Decimal 84 5 118 0.29 0.96 0 0.54 281.95 0.92 0.24
Hex 54 5 76 1D 60 0 36 11A 5C 18
Octal 124 5 166 35 140 0 66 432 134 30
Binary 1010100 101 1110110 11101 1100000 0 110110 100011010 1011100 11000

Color Harmonies of #540576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540576

Black with #540576

Text Example


Text Example

White with #540576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #540576; }

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

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

background-color css

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

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

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

border-color css

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

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

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