Html Css Color HEX #540E7D Indigo

📋 copy color: '#540E7D'

red 84 ◦ green 14 ◦ blue 125

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

Shades of Indigo #540E7D

Tints of Indigo #540E7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 56.05%

R = 37.67%
G = 6.28%
B = 56.05%

CMYK

 C value IS 0.33

 M value IS 0.89

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#540E7D (or 0x540E7D) is known color: Indigo. HEX triplet: 54, 0E and 7D. RGB value is (84,14,125). Sum of RGB (Red+Green+Blue) = 84+14+125=223 (29% of max value = 765). Red value is 84 (33.20% from 255 or 37.67% from 223); Green value is 14 (5.86% from 255 or 6.28% from 223); Blue value is 125 (49.22% from 255 or 56.05% from 223); Max value from RGB is 125 - color contains mainly: blue. Hex color #540E7D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #540E7D is #ABF182. Grayscale: #2F2F2F. Windows color (decimal): -11268483 or 8195668. OLE color: 8195668.

HSL color Cylindrical-coordinate representation of color #540E7D: hue angle of 277.84º degrees, saturation: 0.8, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #540E7D is Cyan = 0.33, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 84 14 125 -
CMYK 0.33 0.89 0 0.51
HSL 277.84º 0.8% 0.27% -
HSV(B) 277.84º 0.89% 0.49% -
XYZ 7.51 3.68 19.72 -
YUV 47.58 171.69 153.97 -
System Red Green Blue C M Y K H S L
Decimal 84 14 125 0.33 0.89 0 0.51 277.84 0.8 0.27
Hex 54 E 7D 21 59 0 33 116 50 1B
Octal 124 16 175 41 131 0 63 426 120 33
Binary 1010100 1110 1111101 100001 1011001 0 110011 100010110 1010000 11011

Color Harmonies of #540E7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540E7D

Black with #540E7D

Text Example


Text Example

White with #540E7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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