Html Css Color HEX #540360 Indigo

📋 copy color: '#540360'

red 84 ◦ green 3 ◦ blue 96

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

Shades of Indigo #540360

Tints of Indigo #540360

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 52.46%

R = 45.9%
G = 1.64%
B = 52.46%

CMYK

 C value IS 0.12

 M value IS 0.97

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#540360 (or 0x540360) is known color: Indigo. HEX triplet: 54, 03 and 60. RGB value is (84,3,96). Sum of RGB (Red+Green+Blue) = 84+3+96=183 (24% of max value = 765). Red value is 84 (33.20% from 255 or 45.90% from 183); Green value is 3 (1.56% from 255 or 1.64% from 183); Blue value is 96 (37.89% from 255 or 52.46% from 183); Max value from RGB is 96 - color contains mainly: blue. Hex color #540360 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #540360 is #ABFC9F. Grayscale: #252525. Windows color (decimal): -11271328 or 6292308. OLE color: 6292308.

HSL color Cylindrical-coordinate representation of color #540360: hue angle of 292.26º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #540360 is Cyan = 0.12, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 84 3 96 -
CMYK 0.12 0.97 0 0.62
HSL 292.26º 0.94% 0.19% -
HSV(B) 292.26º 0.97% 0.38% -
XYZ 5.8 2.79 11.3 -
YUV 37.82 160.84 160.94 -
System Red Green Blue C M Y K H S L
Decimal 84 3 96 0.12 0.97 0 0.62 292.26 0.94 0.19
Hex 54 3 60 C 61 0 3E 124 5E 13
Octal 124 3 140 14 141 0 76 444 136 23
Binary 1010100 11 1100000 1100 1100001 0 111110 100100100 1011110 10011

Color Harmonies of #540360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540360

Black with #540360

Text Example


Text Example

White with #540360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #540360; }

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

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

background-color css

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

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

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

border-color css

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

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

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