Html Css Color HEX #540594 Indigo

📋 copy color: '#540594'

red 84 ◦ green 5 ◦ blue 148

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

Shades of Indigo #540594

Tints of Indigo #540594

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 62.45%

R = 35.44%
G = 2.11%
B = 62.45%

CMYK

 C value IS 0.43

 M value IS 0.97

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#540594 (or 0x540594) is known color: Indigo. HEX triplet: 54, 05 and 94. RGB value is (84,5,148). Sum of RGB (Red+Green+Blue) = 84+5+148=237 (31% of max value = 765). Red value is 84 (33.20% from 255 or 35.44% from 237); Green value is 5 (2.34% from 255 or 2.11% from 237); Blue value is 148 (58.20% from 255 or 62.45% from 237); Max value from RGB is 148 - color contains mainly: blue. Hex color #540594 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #540594 is #ABFA6B. Grayscale: #2C2C2C. Windows color (decimal): -11270764 or 9700692. OLE color: 9700692.

HSL color Cylindrical-coordinate representation of color #540594: hue angle of 273.15º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #540594 is Cyan = 0.43, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 84 5 148 -
CMYK 0.43 0.97 0 0.42
HSL 273.15º 0.93% 0.3% -
HSV(B) 273.15º 0.97% 0.58% -
XYZ 9.06 4.13 28.34 -
YUV 44.92 186.17 155.87 -
System Red Green Blue C M Y K H S L
Decimal 84 5 148 0.43 0.97 0 0.42 273.15 0.93 0.3
Hex 54 5 94 2B 61 0 2A 111 5D 1E
Octal 124 5 224 53 141 0 52 421 135 36
Binary 1010100 101 10010100 101011 1100001 0 101010 100010001 1011101 11110

Color Harmonies of #540594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540594

Black with #540594

Text Example


Text Example

White with #540594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #540594; }

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

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

background-color css

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

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

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

border-color css

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

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

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