Html Css Color HEX #540E76 Indigo

📋 copy color: '#540E76'

red 84 ◦ green 14 ◦ blue 118

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

Shades of Indigo #540E76

Tints of Indigo #540E76

RGB

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

 GREEN value IS 14 (5.86% from 255) = 6.48%

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

R = 38.89%
G = 6.48%
B = 54.63%

CMYK

 C value IS 0.29

 M value IS 0.88

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#540E76 (or 0x540E76) is known color: Indigo. HEX triplet: 54, 0E and 76. RGB value is (84,14,118). Sum of RGB (Red+Green+Blue) = 84+14+118=216 (28% of max value = 765). Red value is 84 (33.20% from 255 or 38.89% from 216); Green value is 14 (5.86% from 255 or 6.48% from 216); Blue value is 118 (46.48% from 255 or 54.63% from 216); Max value from RGB is 118 - color contains mainly: blue. Hex color #540E76 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #540E76 is #ABF189. Grayscale: #2E2E2E. Windows color (decimal): -11268490 or 7736916. OLE color: 7736916.

HSL color Cylindrical-coordinate representation of color #540E76: hue angle of 280.38º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #540E76 is Cyan = 0.29, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 84 14 118 -
CMYK 0.29 0.88 0 0.54
HSL 280.38º 0.79% 0.26% -
HSV(B) 280.38º 0.88% 0.46% -
XYZ 7.08 3.51 17.44 -
YUV 46.79 168.19 154.54 -
System Red Green Blue C M Y K H S L
Decimal 84 14 118 0.29 0.88 0 0.54 280.38 0.79 0.26
Hex 54 E 76 1D 58 0 36 118 4F 1A
Octal 124 16 166 35 130 0 66 430 117 32
Binary 1010100 1110 1110110 11101 1011000 0 110110 100011000 1001111 11010

Color Harmonies of #540E76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540E76

Black with #540E76

Text Example


Text Example

White with #540E76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #540E76; }

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

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

background-color css

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

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

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

border-color css

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

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

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