Html Css Color HEX #540E85 Indigo

📋 copy color: '#540E85'

red 84 ◦ green 14 ◦ blue 133

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

Shades of Indigo #540E85

Tints of Indigo #540E85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 57.58%

R = 36.36%
G = 6.06%
B = 57.58%

CMYK

 C value IS 0.37

 M value IS 0.89

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#540E85 (or 0x540E85) is known color: Indigo. HEX triplet: 54, 0E and 85. RGB value is (84,14,133). Sum of RGB (Red+Green+Blue) = 84+14+133=231 (30% of max value = 765). Red value is 84 (33.20% from 255 or 36.36% from 231); Green value is 14 (5.86% from 255 or 6.06% from 231); Blue value is 133 (52.34% from 255 or 57.58% from 231); Max value from RGB is 133 - color contains mainly: blue. Hex color #540E85 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #540E85 is #ABF17A. Grayscale: #303030. Windows color (decimal): -11268475 or 8719956. OLE color: 8719956.

HSL color Cylindrical-coordinate representation of color #540E85: hue angle of 275.29º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #540E85 is Cyan = 0.37, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 84 14 133 -
CMYK 0.37 0.89 0 0.48
HSL 275.29º 0.81% 0.29% -
HSV(B) 275.29º 0.89% 0.52% -
XYZ 8.05 3.89 22.52 -
YUV 48.5 175.69 153.32 -
System Red Green Blue C M Y K H S L
Decimal 84 14 133 0.37 0.89 0 0.48 275.29 0.81 0.29
Hex 54 E 85 25 59 0 30 113 51 1D
Octal 124 16 205 45 131 0 60 423 121 35
Binary 1010100 1110 10000101 100101 1011001 0 110000 100010011 1010001 11101

Color Harmonies of #540E85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540E85

Black with #540E85

Text Example


Text Example

White with #540E85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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