Html Css Color HEX #540C6D Indigo

📋 copy color: '#540C6D'

red 84 ◦ green 12 ◦ blue 109

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

Shades of Indigo #540C6D

Tints of Indigo #540C6D

RGB

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

 GREEN value IS 12 (5.08% from 255) = 5.85%

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

R = 40.98%
G = 5.85%
B = 53.17%

CMYK

 C value IS 0.23

 M value IS 0.89

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#540C6D (or 0x540C6D) is known color: Indigo. HEX triplet: 54, 0C and 6D. RGB value is (84,12,109). Sum of RGB (Red+Green+Blue) = 84+12+109=205 (27% of max value = 765). Red value is 84 (33.20% from 255 or 40.98% from 205); Green value is 12 (5.08% from 255 or 5.85% from 205); Blue value is 109 (42.97% from 255 or 53.17% from 205); Max value from RGB is 109 - color contains mainly: blue. Hex color #540C6D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #540C6D is #ABF392. Grayscale: #2C2C2C. Windows color (decimal): -11269011 or 7146580. OLE color: 7146580.

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

Color convert

RGB 84 12 109 -
CMYK 0.23 0.89 0 0.57
HSL 284.54º 0.8% 0.24% -
HSV(B) 284.54º 0.89% 0.43% -
XYZ 6.55 3.25 14.75 -
YUV 44.59 164.35 156.11 -
System Red Green Blue C M Y K H S L
Decimal 84 12 109 0.23 0.89 0 0.57 284.54 0.8 0.24
Hex 54 C 6D 17 59 0 39 11D 50 18
Octal 124 14 155 27 131 0 71 435 120 30
Binary 1010100 1100 1101101 10111 1011001 0 111001 100011101 1010000 11000

Color Harmonies of #540C6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540C6D

Black with #540C6D

Text Example


Text Example

White with #540C6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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