Html Css Color HEX #540D76 Indigo

📋 copy color: '#540D76'

red 84 ◦ green 13 ◦ blue 118

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

Shades of Indigo #540D76

Tints of Indigo #540D76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 54.88%

R = 39.07%
G = 6.05%
B = 54.88%

CMYK

 C value IS 0.29

 M value IS 0.89

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#540D76 (or 0x540D76) is known color: Indigo. HEX triplet: 54, 0D and 76. RGB value is (84,13,118). Sum of RGB (Red+Green+Blue) = 84+13+118=215 (28% of max value = 765). Red value is 84 (33.20% from 255 or 39.07% from 215); Green value is 13 (5.47% from 255 or 6.05% from 215); Blue value is 118 (46.48% from 255 or 54.88% from 215); Max value from RGB is 118 - color contains mainly: blue. Hex color #540D76 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #540D76 is #ABF289. Grayscale: #2D2D2D. Windows color (decimal): -11268746 or 7736660. OLE color: 7736660.

HSL color Cylindrical-coordinate representation of color #540D76: hue angle of 280.57º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #540D76 is Cyan = 0.29, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 84 13 118 -
CMYK 0.29 0.89 0 0.54
HSL 280.57º 0.8% 0.26% -
HSV(B) 280.57º 0.89% 0.46% -
XYZ 7.07 3.48 17.44 -
YUV 46.2 168.52 154.96 -
System Red Green Blue C M Y K H S L
Decimal 84 13 118 0.29 0.89 0 0.54 280.57 0.8 0.26
Hex 54 D 76 1D 59 0 36 119 50 1A
Octal 124 15 166 35 131 0 66 431 120 32
Binary 1010100 1101 1110110 11101 1011001 0 110110 100011001 1010000 11010

Color Harmonies of #540D76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540D76

Black with #540D76

Text Example


Text Example

White with #540D76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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