Html Css Color HEX #540D72 Indigo

📋 copy color: '#540D72'

red 84 ◦ green 13 ◦ blue 114

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

Shades of Indigo #540D72

Tints of Indigo #540D72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 54.03%

R = 39.81%
G = 6.16%
B = 54.03%

CMYK

 C value IS 0.26

 M value IS 0.89

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#540D72 (or 0x540D72) is known color: Indigo. HEX triplet: 54, 0D and 72. RGB value is (84,13,114). Sum of RGB (Red+Green+Blue) = 84+13+114=211 (27% of max value = 765). Red value is 84 (33.20% from 255 or 39.81% from 211); Green value is 13 (5.47% from 255 or 6.16% from 211); Blue value is 114 (44.92% from 255 or 54.03% from 211); Max value from RGB is 114 - color contains mainly: blue. Hex color #540D72 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #540D72 is #ABF28D. Grayscale: #2D2D2D. Windows color (decimal): -11268750 or 7474516. OLE color: 7474516.

HSL color Cylindrical-coordinate representation of color #540D72: hue angle of 282.18º 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 #540D72 is Cyan = 0.26, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 84 13 114 -
CMYK 0.26 0.89 0 0.55
HSL 282.18º 0.8% 0.25% -
HSV(B) 282.18º 0.89% 0.45% -
XYZ 6.84 3.39 16.21 -
YUV 45.74 166.52 155.29 -
System Red Green Blue C M Y K H S L
Decimal 84 13 114 0.26 0.89 0 0.55 282.18 0.8 0.25
Hex 54 D 72 1A 59 0 37 11A 50 19
Octal 124 15 162 32 131 0 67 432 120 31
Binary 1010100 1101 1110010 11010 1011001 0 110111 100011010 1010000 11001

Color Harmonies of #540D72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540D72

Black with #540D72

Text Example


Text Example

White with #540D72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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