Html Css Color HEX #540F8D Indigo

📋 copy color: '#540F8D'

red 84 ◦ green 15 ◦ blue 141

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

Shades of Indigo #540F8D

Tints of Indigo #540F8D

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6.25%

 BLUE value IS 141 (55.47% from 255) = 58.75%

R = 35%
G = 6.25%
B = 58.75%

CMYK

 C value IS 0.40

 M value IS 0.89

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#540F8D (or 0x540F8D) is known color: Indigo. HEX triplet: 54, 0F and 8D. RGB value is (84,15,141). Sum of RGB (Red+Green+Blue) = 84+15+141=240 (31% of max value = 765). Red value is 84 (33.20% from 255 or 35% from 240); Green value is 15 (6.25% from 255 or 6.25% from 240); Blue value is 141 (55.47% from 255 or 58.75% from 240); Max value from RGB is 141 - color contains mainly: blue. Hex color #540F8D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #540F8D is #ABF072. Grayscale: #313131. Windows color (decimal): -11268211 or 9244500. OLE color: 9244500.

HSL color Cylindrical-coordinate representation of color #540F8D: hue angle of 272.86º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #540F8D is Cyan = 0.40, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 84 15 141 -
CMYK 0.40 0.89 0 0.45
HSL 272.86º 0.81% 0.31% -
HSV(B) 272.86º 0.89% 0.55% -
XYZ 8.63 4.15 25.55 -
YUV 50 179.36 152.25 -
System Red Green Blue C M Y K H S L
Decimal 84 15 141 0.40 0.89 0 0.45 272.86 0.81 0.31
Hex 54 F 8D 28 59 0 2D 111 51 1F
Octal 124 17 215 50 131 0 55 421 121 37
Binary 1010100 1111 10001101 101000 1011001 0 101101 100010001 1010001 11111

Color Harmonies of #540F8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540F8D

Black with #540F8D

Text Example


Text Example

White with #540F8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,15,141); }

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

background-color css

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

 a { background-color: rgb(84,15,141); }

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

border-color css

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

 span { border-color: rgb(84,15,141); }

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