Html Css Color HEX #540678 Indigo

📋 copy color: '#540678'

red 84 ◦ green 6 ◦ blue 120

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

Shades of Indigo #540678

Tints of Indigo #540678

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.86%

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

R = 40%
G = 2.86%
B = 57.14%

CMYK

 C value IS 0.3

 M value IS 0.95

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#540678 (or 0x540678) is known color: Indigo. HEX triplet: 54, 06 and 78. RGB value is (84,6,120). Sum of RGB (Red+Green+Blue) = 84+6+120=210 (27% of max value = 765). Red value is 84 (33.20% from 255 or 40% from 210); Green value is 6 (2.73% from 255 or 2.86% from 210); Blue value is 120 (47.27% from 255 or 57.14% from 210); Max value from RGB is 120 - color contains mainly: blue. Hex color #540678 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #540678 is #ABF987. Grayscale: #292929. Windows color (decimal): -11270536 or 7865940. OLE color: 7865940.

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

Color convert

RGB 84 6 120 -
CMYK 0.3 0.95 0 0.53
HSL 281.05º 0.9% 0.25% -
HSV(B) 281.05º 0.95% 0.47% -
XYZ 7.11 3.37 18.05 -
YUV 42.32 171.84 157.73 -
System Red Green Blue C M Y K H S L
Decimal 84 6 120 0.3 0.95 0 0.53 281.05 0.9 0.25
Hex 54 6 78 1E 5F 0 35 119 5A 19
Octal 124 6 170 36 137 0 65 431 132 31
Binary 1010100 110 1111000 11110 1011111 0 110101 100011001 1011010 11001

Color Harmonies of #540678

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540678

Black with #540678

Text Example


Text Example

White with #540678

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #540678; }

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

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

background-color css

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

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

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

border-color css

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

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

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