Html Css Color HEX #540672 Indigo

📋 copy color: '#540672'

red 84 ◦ green 6 ◦ blue 114

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

Shades of Indigo #540672

Tints of Indigo #540672

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 55.88%

R = 41.18%
G = 2.94%
B = 55.88%

CMYK

 C value IS 0.26

 M value IS 0.95

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#540672 (or 0x540672) is known color: Indigo. HEX triplet: 54, 06 and 72. RGB value is (84,6,114). Sum of RGB (Red+Green+Blue) = 84+6+114=204 (27% of max value = 765). Red value is 84 (33.20% from 255 or 41.18% from 204); Green value is 6 (2.73% from 255 or 2.94% from 204); Blue value is 114 (44.92% from 255 or 55.88% from 204); Max value from RGB is 114 - color contains mainly: blue. Hex color #540672 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #540672 is #ABF98D. Grayscale: #292929. Windows color (decimal): -11270542 or 7472724. OLE color: 7472724.

HSL color Cylindrical-coordinate representation of color #540672: hue angle of 283.33º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #540672 is Cyan = 0.26, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 84 6 114 -
CMYK 0.26 0.95 0 0.55
HSL 283.33º 0.9% 0.24% -
HSV(B) 283.33º 0.95% 0.45% -
XYZ 6.76 3.23 16.19 -
YUV 41.63 168.84 158.22 -
System Red Green Blue C M Y K H S L
Decimal 84 6 114 0.26 0.95 0 0.55 283.33 0.9 0.24
Hex 54 6 72 1A 5F 0 37 11B 5A 18
Octal 124 6 162 32 137 0 67 433 132 30
Binary 1010100 110 1110010 11010 1011111 0 110111 100011011 1011010 11000

Color Harmonies of #540672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540672

Black with #540672

Text Example


Text Example

White with #540672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #540672; }

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

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

background-color css

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

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

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

border-color css

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

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

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