Html Css Color HEX #540879 Indigo

📋 copy color: '#540879'

red 84 ◦ green 8 ◦ blue 121

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

Shades of Indigo #540879

Tints of Indigo #540879

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.76%

 BLUE value IS 121 (47.66% from 255) = 56.81%

R = 39.44%
G = 3.76%
B = 56.81%

CMYK

 C value IS 0.31

 M value IS 0.93

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#540879 (or 0x540879) is known color: Indigo. HEX triplet: 54, 08 and 79. RGB value is (84,8,121). Sum of RGB (Red+Green+Blue) = 84+8+121=213 (28% of max value = 765). Red value is 84 (33.20% from 255 or 39.44% from 213); Green value is 8 (3.52% from 255 or 3.76% from 213); Blue value is 121 (47.66% from 255 or 56.81% from 213); Max value from RGB is 121 - color contains mainly: blue. Hex color #540879 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #540879 is #ABF786. Grayscale: #2B2B2B. Windows color (decimal): -11270023 or 7931988. OLE color: 7931988.

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

Color convert

RGB 84 8 121 -
CMYK 0.31 0.93 0 0.53
HSL 280.35º 0.88% 0.25% -
HSV(B) 280.35º 0.93% 0.47% -
XYZ 7.19 3.44 18.37 -
YUV 43.61 171.68 156.81 -
System Red Green Blue C M Y K H S L
Decimal 84 8 121 0.31 0.93 0 0.53 280.35 0.88 0.25
Hex 54 8 79 1F 5D 0 35 118 58 19
Octal 124 10 171 37 135 0 65 430 130 31
Binary 1010100 1000 1111001 11111 1011101 0 110101 100011000 1011000 11001

Color Harmonies of #540879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540879

Black with #540879

Text Example


Text Example

White with #540879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #540879; }

 p { color: rgb(84,8,121); }

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

background-color css

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

 a { background-color: rgb(84,8,121); }

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

border-color css

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

 span { border-color: rgb(84,8,121); }

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