Html Css Color HEX #540D66 Indigo

📋 copy color: '#540D66'

red 84 ◦ green 13 ◦ blue 102

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

Shades of Indigo #540D66

Tints of Indigo #540D66

RGB

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

 GREEN value IS 13 (5.47% from 255) = 6.53%

 BLUE value IS 102 (40.23% from 255) = 51.26%

R = 42.21%
G = 6.53%
B = 51.26%

CMYK

 C value IS 0.18

 M value IS 0.87

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#540D66 (or 0x540D66) is known color: Indigo. HEX triplet: 54, 0D and 66. RGB value is (84,13,102). Sum of RGB (Red+Green+Blue) = 84+13+102=199 (26% of max value = 765). Red value is 84 (33.20% from 255 or 42.21% from 199); Green value is 13 (5.47% from 255 or 6.53% from 199); Blue value is 102 (40.23% from 255 or 51.26% from 199); Max value from RGB is 102 - color contains mainly: blue. Hex color #540D66 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #540D66 is #ABF299. Grayscale: #2C2C2C. Windows color (decimal): -11268762 or 6688084. OLE color: 6688084.

HSL color Cylindrical-coordinate representation of color #540D66: hue angle of 287.87º degrees, saturation: 0.77, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #540D66 is Cyan = 0.18, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 84 13 102 -
CMYK 0.18 0.87 0 0.6
HSL 287.87º 0.77% 0.23% -
HSV(B) 287.87º 0.87% 0.4% -
XYZ 6.2 3.13 12.85 -
YUV 44.38 160.52 156.26 -
System Red Green Blue C M Y K H S L
Decimal 84 13 102 0.18 0.87 0 0.6 287.87 0.77 0.23
Hex 54 D 66 12 57 0 3C 120 4D 17
Octal 124 15 146 22 127 0 74 440 115 27
Binary 1010100 1101 1100110 10010 1010111 0 111100 100100000 1001101 10111

Color Harmonies of #540D66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540D66

Black with #540D66

Text Example


Text Example

White with #540D66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,13,102); }

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

background-color css

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

 a { background-color: rgb(84,13,102); }

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

border-color css

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

 span { border-color: rgb(84,13,102); }

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