Html Css Color HEX #540564 Indigo

📋 copy color: '#540564'

red 84 ◦ green 5 ◦ blue 100

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

Shades of Indigo #540564

Tints of Indigo #540564

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.65%

 BLUE value IS 100 (39.45% from 255) = 52.91%

R = 44.44%
G = 2.65%
B = 52.91%

CMYK

 C value IS 0.16

 M value IS 0.95

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#540564 (or 0x540564) is known color: Indigo. HEX triplet: 54, 05 and 64. RGB value is (84,5,100). Sum of RGB (Red+Green+Blue) = 84+5+100=189 (25% of max value = 765). Red value is 84 (33.20% from 255 or 44.44% from 189); Green value is 5 (2.34% from 255 or 2.65% from 189); Blue value is 100 (39.45% from 255 or 52.91% from 189); Max value from RGB is 100 - color contains mainly: blue. Hex color #540564 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #540564 is #ABFA9B. Grayscale: #272727. Windows color (decimal): -11270812 or 6554964. OLE color: 6554964.

HSL color Cylindrical-coordinate representation of color #540564: hue angle of 289.89º degrees, saturation: 0.9, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #540564 is Cyan = 0.16, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 84 5 100 -
CMYK 0.16 0.95 0 0.61
HSL 289.89º 0.9% 0.21% -
HSV(B) 289.89º 0.95% 0.39% -
XYZ 6.01 2.91 12.3 -
YUV 39.45 162.17 159.78 -
System Red Green Blue C M Y K H S L
Decimal 84 5 100 0.16 0.95 0 0.61 289.89 0.9 0.21
Hex 54 5 64 10 5F 0 3D 122 5A 15
Octal 124 5 144 20 137 0 75 442 132 25
Binary 1010100 101 1100100 10000 1011111 0 111101 100100010 1011010 10101

Color Harmonies of #540564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540564

Black with #540564

Text Example


Text Example

White with #540564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #540564; }

 p { color: rgb(84,5,100); }

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

background-color css

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

 a { background-color: rgb(84,5,100); }

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

border-color css

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

 span { border-color: rgb(84,5,100); }

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