Html Css Color HEX #540364 Indigo

📋 copy color: '#540364'

red 84 ◦ green 3 ◦ blue 100

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

Shades of Indigo #540364

Tints of Indigo #540364

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.6%

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

R = 44.92%
G = 1.6%
B = 53.48%

CMYK

 C value IS 0.16

 M value IS 0.97

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#540364 (or 0x540364) is known color: Indigo. HEX triplet: 54, 03 and 64. RGB value is (84,3,100). Sum of RGB (Red+Green+Blue) = 84+3+100=187 (24% of max value = 765). Red value is 84 (33.20% from 255 or 44.92% from 187); Green value is 3 (1.56% from 255 or 1.60% from 187); Blue value is 100 (39.45% from 255 or 53.48% from 187); Max value from RGB is 100 - color contains mainly: blue. Hex color #540364 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #540364 is #ABFC9B. Grayscale: #252525. Windows color (decimal): -11271324 or 6554452. OLE color: 6554452.

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

Color convert

RGB 84 3 100 -
CMYK 0.16 0.97 0 0.61
HSL 290.1º 0.94% 0.2% -
HSV(B) 290.1º 0.97% 0.39% -
XYZ 5.99 2.87 12.29 -
YUV 38.28 162.84 160.61 -
System Red Green Blue C M Y K H S L
Decimal 84 3 100 0.16 0.97 0 0.61 290.1 0.94 0.2
Hex 54 3 64 10 61 0 3D 122 5E 14
Octal 124 3 144 20 141 0 75 442 136 24
Binary 1010100 11 1100100 10000 1100001 0 111101 100100010 1011110 10100

Color Harmonies of #540364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540364

Black with #540364

Text Example


Text Example

White with #540364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #540364; }

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

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

background-color css

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

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

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

border-color css

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

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

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