Html Css Color HEX #540475 Indigo

📋 copy color: '#540475'

red 84 ◦ green 4 ◦ blue 117

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

Shades of Indigo #540475

Tints of Indigo #540475

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.95%

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

R = 40.98%
G = 1.95%
B = 57.07%

CMYK

 C value IS 0.28

 M value IS 0.97

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#540475 (or 0x540475) is known color: Indigo. HEX triplet: 54, 04 and 75. RGB value is (84,4,117). Sum of RGB (Red+Green+Blue) = 84+4+117=205 (27% of max value = 765). Red value is 84 (33.20% from 255 or 40.98% from 205); Green value is 4 (1.95% from 255 or 1.95% from 205); Blue value is 117 (46.09% from 255 or 57.07% from 205); Max value from RGB is 117 - color contains mainly: blue. Hex color #540475 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #540475 is #ABFB8A. Grayscale: #282828. Windows color (decimal): -11271051 or 7668820. OLE color: 7668820.

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

Color convert

RGB 84 4 117 -
CMYK 0.28 0.97 0 0.54
HSL 282.48º 0.93% 0.24% -
HSV(B) 282.48º 0.97% 0.46% -
XYZ 6.91 3.26 17.09 -
YUV 40.8 171 158.81 -
System Red Green Blue C M Y K H S L
Decimal 84 4 117 0.28 0.97 0 0.54 282.48 0.93 0.24
Hex 54 4 75 1C 61 0 36 11A 5D 18
Octal 124 4 165 34 141 0 66 432 135 30
Binary 1010100 100 1110101 11100 1100001 0 110110 100011010 1011101 11000

Color Harmonies of #540475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540475

Black with #540475

Text Example


Text Example

White with #540475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #540475; }

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

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

background-color css

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

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

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

border-color css

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

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

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