Html Css Color HEX #540078 Indigo

📋 copy color: '#540078'

red 84 ◦ green 0 ◦ blue 120

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

Shades of Indigo #540078

Tints of Indigo #540078

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 41.18%
G = 0%
B = 58.82%

CMYK

 C value IS 0.3

 M value IS 1

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#540078 (or 0x540078) is known color: Indigo. HEX triplet: 54, 00 and 78. RGB value is (84,0,120). Sum of RGB (Red+Green+Blue) = 84+0+120=204 (27% of max value = 765). Red value is 84 (33.20% from 255 or 41.18% from 204); Green value is 0 (0.39% from 255 or 0% from 204); Blue value is 120 (47.27% from 255 or 58.82% from 204); Max value from RGB is 120 - color contains mainly: blue. Hex color #540078 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #540078 is #ABFF87. Grayscale: #262626. Windows color (decimal): -11272072 or 7864404. OLE color: 7864404.

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

Color convert

RGB 84 0 120 -
CMYK 0.3 1 0 0.53
HSL 282º 1% 0.24% -
HSV(B) 282º 1% 0.47% -
XYZ 7.05 3.24 18.02 -
YUV 38.8 173.83 160.24 -
System Red Green Blue C M Y K H S L
Decimal 84 0 120 0.3 1 0 0.53 282 1 0.24
Hex 54 0 78 1E 64 0 35 11A 64 18
Octal 124 0 170 36 144 0 65 432 144 30
Binary 1010100 0 1111000 11110 1100100 0 110101 100011010 1100100 11000

Color Harmonies of #540078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540078

Black with #540078

Text Example


Text Example

White with #540078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #540078; }

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

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

background-color css

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

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

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

border-color css

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

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

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