Html Css Color HEX #540596 Indigo

📋 copy color: '#540596'

red 84 ◦ green 5 ◦ blue 150

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

Shades of Indigo #540596

Tints of Indigo #540596

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 62.76%

R = 35.15%
G = 2.09%
B = 62.76%

CMYK

 C value IS 0.44

 M value IS 0.97

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#540596 (or 0x540596) is known color: Indigo. HEX triplet: 54, 05 and 96. RGB value is (84,5,150). Sum of RGB (Red+Green+Blue) = 84+5+150=239 (31% of max value = 765). Red value is 84 (33.20% from 255 or 35.15% from 239); Green value is 5 (2.34% from 255 or 2.09% from 239); Blue value is 150 (58.98% from 255 or 62.76% from 239); Max value from RGB is 150 - color contains mainly: blue. Hex color #540596 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #540596 is #ABFA69. Grayscale: #2C2C2C. Windows color (decimal): -11270762 or 9831764. OLE color: 9831764.

HSL color Cylindrical-coordinate representation of color #540596: hue angle of 272.69º degrees, saturation: 0.94, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #540596 is Cyan = 0.44, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 84 5 150 -
CMYK 0.44 0.97 0 0.41
HSL 272.69º 0.94% 0.3% -
HSV(B) 272.69º 0.97% 0.59% -
XYZ 9.22 4.2 29.18 -
YUV 45.15 187.17 155.71 -
System Red Green Blue C M Y K H S L
Decimal 84 5 150 0.44 0.97 0 0.41 272.69 0.94 0.3
Hex 54 5 96 2C 61 0 29 111 5E 1E
Octal 124 5 226 54 141 0 51 421 136 36
Binary 1010100 101 10010110 101100 1100001 0 101001 100010001 1011110 11110

Color Harmonies of #540596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540596

Black with #540596

Text Example


Text Example

White with #540596

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #540596; }

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

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

background-color css

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

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

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

border-color css

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

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

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