Html Css Color HEX #540D71 Indigo

📋 copy color: '#540D71'

red 84 ◦ green 13 ◦ blue 113

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

Shades of Indigo #540D71

Tints of Indigo #540D71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 53.81%

R = 40%
G = 6.19%
B = 53.81%

CMYK

 C value IS 0.26

 M value IS 0.88

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#540D71 (or 0x540D71) is known color: Indigo. HEX triplet: 54, 0D and 71. RGB value is (84,13,113). Sum of RGB (Red+Green+Blue) = 84+13+113=210 (27% of max value = 765). Red value is 84 (33.20% from 255 or 40% from 210); Green value is 13 (5.47% from 255 or 6.19% from 210); Blue value is 113 (44.53% from 255 or 53.81% from 210); Max value from RGB is 113 - color contains mainly: blue. Hex color #540D71 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #540D71 is #ABF28E. Grayscale: #2D2D2D. Windows color (decimal): -11268751 or 7408980. OLE color: 7408980.

HSL color Cylindrical-coordinate representation of color #540D71: hue angle of 282.6º degrees, saturation: 0.79, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #540D71 is Cyan = 0.26, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 84 13 113 -
CMYK 0.26 0.88 0 0.56
HSL 282.6º 0.79% 0.25% -
HSV(B) 282.6º 0.88% 0.44% -
XYZ 6.78 3.36 15.91 -
YUV 45.63 166.02 155.37 -
System Red Green Blue C M Y K H S L
Decimal 84 13 113 0.26 0.88 0 0.56 282.6 0.79 0.25
Hex 54 D 71 1A 58 0 38 11B 4F 19
Octal 124 15 161 32 130 0 70 433 117 31
Binary 1010100 1101 1110001 11010 1011000 0 111000 100011011 1001111 11001

Color Harmonies of #540D71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540D71

Black with #540D71

Text Example


Text Example

White with #540D71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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