Html Css Color HEX #540EA1 Indigo

📋 copy color: '#540EA1'

red 84 ◦ green 14 ◦ blue 161

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

Shades of Indigo #540EA1

Tints of Indigo #540EA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 62.16%

R = 32.43%
G = 5.41%
B = 62.16%

CMYK

 C value IS 0.48

 M value IS 0.91

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#540EA1 (or 0x540EA1) is known color: Indigo. HEX triplet: 54, 0E and A1. RGB value is (84,14,161). Sum of RGB (Red+Green+Blue) = 84+14+161=259 (34% of max value = 765). Red value is 84 (33.20% from 255 or 32.43% from 259); Green value is 14 (5.86% from 255 or 5.41% from 259); Blue value is 161 (63.28% from 255 or 62.16% from 259); Max value from RGB is 161 - color contains mainly: blue. Hex color #540EA1 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #540EA1 is #ABF15E. Grayscale: #333333. Windows color (decimal): -11268447 or 10554964. OLE color: 10554964.

HSL color Cylindrical-coordinate representation of color #540EA1: hue angle of 268.57º degrees, saturation: 0.84, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #540EA1 is Cyan = 0.48, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 84 14 161 -
CMYK 0.48 0.91 0 0.37
HSL 268.57º 0.84% 0.34% -
HSV(B) 268.57º 0.91% 0.63% -
XYZ 10.25 4.77 34.1 -
YUV 51.69 189.69 151.05 -
System Red Green Blue C M Y K H S L
Decimal 84 14 161 0.48 0.91 0 0.37 268.57 0.84 0.34
Hex 54 E A1 30 5B 0 25 10D 54 22
Octal 124 16 241 60 133 0 45 415 124 42
Binary 1010100 1110 10100001 110000 1011011 0 100101 100001101 1010100 100010

Color Harmonies of #540EA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540EA1

Black with #540EA1

Text Example


Text Example

White with #540EA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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