Html Css Color HEX #540D73 Indigo

📋 copy color: '#540D73'

red 84 ◦ green 13 ◦ blue 115

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

Shades of Indigo #540D73

Tints of Indigo #540D73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 54.25%

R = 39.62%
G = 6.13%
B = 54.25%

CMYK

 C value IS 0.27

 M value IS 0.89

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#540D73 (or 0x540D73) is known color: Indigo. HEX triplet: 54, 0D and 73. RGB value is (84,13,115). Sum of RGB (Red+Green+Blue) = 84+13+115=212 (28% of max value = 765). Red value is 84 (33.20% from 255 or 39.62% from 212); Green value is 13 (5.47% from 255 or 6.13% from 212); Blue value is 115 (45.31% from 255 or 54.25% from 212); Max value from RGB is 115 - color contains mainly: blue. Hex color #540D73 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #540D73 is #ABF28C. Grayscale: #2D2D2D. Windows color (decimal): -11268749 or 7540052. OLE color: 7540052.

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

Color convert

RGB 84 13 115 -
CMYK 0.27 0.89 0 0.55
HSL 281.76º 0.8% 0.25% -
HSV(B) 281.76º 0.89% 0.45% -
XYZ 6.89 3.41 16.51 -
YUV 45.86 167.02 155.21 -
System Red Green Blue C M Y K H S L
Decimal 84 13 115 0.27 0.89 0 0.55 281.76 0.8 0.25
Hex 54 D 73 1B 59 0 37 11A 50 19
Octal 124 15 163 33 131 0 67 432 120 31
Binary 1010100 1101 1110011 11011 1011001 0 110111 100011010 1010000 11001

Color Harmonies of #540D73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540D73

Black with #540D73

Text Example


Text Example

White with #540D73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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