Html Css Color HEX #540D78 Indigo

📋 copy color: '#540D78'

red 84 ◦ green 13 ◦ blue 120

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

Shades of Indigo #540D78

Tints of Indigo #540D78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 55.3%

R = 38.71%
G = 5.99%
B = 55.3%

CMYK

 C value IS 0.3

 M value IS 0.89

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#540D78 (or 0x540D78) is known color: Indigo. HEX triplet: 54, 0D and 78. RGB value is (84,13,120). Sum of RGB (Red+Green+Blue) = 84+13+120=217 (28% of max value = 765). Red value is 84 (33.20% from 255 or 38.71% from 217); Green value is 13 (5.47% from 255 or 5.99% from 217); Blue value is 120 (47.27% from 255 or 55.30% from 217); Max value from RGB is 120 - color contains mainly: blue. Hex color #540D78 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #540D78 is #ABF287. Grayscale: #2E2E2E. Windows color (decimal): -11268744 or 7867732. OLE color: 7867732.

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

Color convert

RGB 84 13 120 -
CMYK 0.3 0.89 0 0.53
HSL 279.81º 0.8% 0.26% -
HSV(B) 279.81º 0.89% 0.47% -
XYZ 7.19 3.53 18.07 -
YUV 46.43 169.52 154.8 -
System Red Green Blue C M Y K H S L
Decimal 84 13 120 0.3 0.89 0 0.53 279.81 0.8 0.26
Hex 54 D 78 1E 59 0 35 118 50 1A
Octal 124 15 170 36 131 0 65 430 120 32
Binary 1010100 1101 1111000 11110 1011001 0 110101 100011000 1010000 11010

Color Harmonies of #540D78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540D78

Black with #540D78

Text Example


Text Example

White with #540D78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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