Html Css Color HEX #540778 Indigo

📋 copy color: '#540778'

red 84 ◦ green 7 ◦ blue 120

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

Shades of Indigo #540778

Tints of Indigo #540778

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.32%

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

R = 39.81%
G = 3.32%
B = 56.87%

CMYK

 C value IS 0.3

 M value IS 0.94

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#540778 (or 0x540778) is known color: Indigo. HEX triplet: 54, 07 and 78. RGB value is (84,7,120). Sum of RGB (Red+Green+Blue) = 84+7+120=211 (27% of max value = 765). Red value is 84 (33.20% from 255 or 39.81% from 211); Green value is 7 (3.12% from 255 or 3.32% from 211); Blue value is 120 (47.27% from 255 or 56.87% from 211); Max value from RGB is 120 - color contains mainly: blue. Hex color #540778 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #540778 is #ABF887. Grayscale: #2A2A2A. Windows color (decimal): -11270280 or 7866196. OLE color: 7866196.

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

Color convert

RGB 84 7 120 -
CMYK 0.3 0.94 0 0.53
HSL 280.88º 0.89% 0.25% -
HSV(B) 280.88º 0.94% 0.47% -
XYZ 7.12 3.39 18.05 -
YUV 42.91 171.51 157.31 -
System Red Green Blue C M Y K H S L
Decimal 84 7 120 0.3 0.94 0 0.53 280.88 0.89 0.25
Hex 54 7 78 1E 5E 0 35 119 59 19
Octal 124 7 170 36 136 0 65 431 131 31
Binary 1010100 111 1111000 11110 1011110 0 110101 100011001 1011001 11001

Color Harmonies of #540778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540778

Black with #540778

Text Example


Text Example

White with #540778

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #540778; }

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

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

background-color css

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

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

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

border-color css

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

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

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