Html Css Color HEX #540F6D Indigo

📋 copy color: '#540F6D'

red 84 ◦ green 15 ◦ blue 109

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

Shades of Indigo #540F6D

Tints of Indigo #540F6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 52.4%

R = 40.38%
G = 7.21%
B = 52.4%

CMYK

 C value IS 0.23

 M value IS 0.86

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#540F6D (or 0x540F6D) is known color: Indigo. HEX triplet: 54, 0F and 6D. RGB value is (84,15,109). Sum of RGB (Red+Green+Blue) = 84+15+109=208 (27% of max value = 765). Red value is 84 (33.20% from 255 or 40.38% from 208); Green value is 15 (6.25% from 255 or 7.21% from 208); Blue value is 109 (42.97% from 255 or 52.40% from 208); Max value from RGB is 109 - color contains mainly: blue. Hex color #540F6D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #540F6D is #ABF092. Grayscale: #2E2E2E. Windows color (decimal): -11268243 or 7147348. OLE color: 7147348.

HSL color Cylindrical-coordinate representation of color #540F6D: hue angle of 284.04º degrees, saturation: 0.76, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #540F6D is Cyan = 0.23, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 84 15 109 -
CMYK 0.23 0.86 0 0.57
HSL 284.04º 0.76% 0.24% -
HSV(B) 284.04º 0.86% 0.43% -
XYZ 6.59 3.33 14.76 -
YUV 46.35 163.36 154.86 -
System Red Green Blue C M Y K H S L
Decimal 84 15 109 0.23 0.86 0 0.57 284.04 0.76 0.24
Hex 54 F 6D 17 56 0 39 11C 4C 18
Octal 124 17 155 27 126 0 71 434 114 30
Binary 1010100 1111 1101101 10111 1010110 0 111001 100011100 1001100 11000

Color Harmonies of #540F6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540F6D

Black with #540F6D

Text Example


Text Example

White with #540F6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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