Html Css Color HEX #540E6F Indigo

📋 copy color: '#540E6F'

red 84 ◦ green 14 ◦ blue 111

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

Shades of Indigo #540E6F

Tints of Indigo #540E6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 53.11%

R = 40.19%
G = 6.7%
B = 53.11%

CMYK

 C value IS 0.24

 M value IS 0.87

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#540E6F (or 0x540E6F) is known color: Indigo. HEX triplet: 54, 0E and 6F. RGB value is (84,14,111). Sum of RGB (Red+Green+Blue) = 84+14+111=209 (27% of max value = 765). Red value is 84 (33.20% from 255 or 40.19% from 209); Green value is 14 (5.86% from 255 or 6.70% from 209); Blue value is 111 (43.75% from 255 or 53.11% from 209); Max value from RGB is 111 - color contains mainly: blue. Hex color #540E6F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #540E6F is #ABF190. Grayscale: #2D2D2D. Windows color (decimal): -11268497 or 7278164. OLE color: 7278164.

HSL color Cylindrical-coordinate representation of color #540E6F: hue angle of 283.3º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #540E6F is Cyan = 0.24, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 84 14 111 -
CMYK 0.24 0.87 0 0.56
HSL 283.3º 0.78% 0.25% -
HSV(B) 283.3º 0.87% 0.44% -
XYZ 6.68 3.35 15.33 -
YUV 45.99 164.69 155.11 -
System Red Green Blue C M Y K H S L
Decimal 84 14 111 0.24 0.87 0 0.56 283.3 0.78 0.25
Hex 54 E 6F 18 57 0 38 11B 4E 19
Octal 124 16 157 30 127 0 70 433 116 31
Binary 1010100 1110 1101111 11000 1010111 0 111000 100011011 1001110 11001

Color Harmonies of #540E6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540E6F

Black with #540E6F

Text Example


Text Example

White with #540E6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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