Html Css Color HEX #540575 Indigo

📋 copy color: '#540575'

red 84 ◦ green 5 ◦ blue 117

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

Shades of Indigo #540575

Tints of Indigo #540575

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 56.8%

R = 40.78%
G = 2.43%
B = 56.8%

CMYK

 C value IS 0.28

 M value IS 0.96

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#540575 (or 0x540575) is known color: Indigo. HEX triplet: 54, 05 and 75. RGB value is (84,5,117). Sum of RGB (Red+Green+Blue) = 84+5+117=206 (27% of max value = 765). Red value is 84 (33.20% from 255 or 40.78% from 206); Green value is 5 (2.34% from 255 or 2.43% from 206); Blue value is 117 (46.09% from 255 or 56.80% from 206); Max value from RGB is 117 - color contains mainly: blue. Hex color #540575 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #540575 is #ABFA8A. Grayscale: #292929. Windows color (decimal): -11270795 or 7669076. OLE color: 7669076.

HSL color Cylindrical-coordinate representation of color #540575: hue angle of 282.32º 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 #540575 is Cyan = 0.28, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 84 5 117 -
CMYK 0.28 0.96 0 0.54
HSL 282.32º 0.92% 0.24% -
HSV(B) 282.32º 0.96% 0.46% -
XYZ 6.92 3.28 17.1 -
YUV 41.39 170.67 158.39 -
System Red Green Blue C M Y K H S L
Decimal 84 5 117 0.28 0.96 0 0.54 282.32 0.92 0.24
Hex 54 5 75 1C 60 0 36 11A 5C 18
Octal 124 5 165 34 140 0 66 432 134 30
Binary 1010100 101 1110101 11100 1100000 0 110110 100011010 1011100 11000

Color Harmonies of #540575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540575

Black with #540575

Text Example


Text Example

White with #540575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #540575; }

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

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

background-color css

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

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

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

border-color css

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

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

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