Html Css Color HEX #540593 Indigo

📋 copy color: '#540593'

red 84 ◦ green 5 ◦ blue 147

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

Shades of Indigo #540593

Tints of Indigo #540593

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 62.29%

R = 35.59%
G = 2.12%
B = 62.29%

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

#540593 (or 0x540593) is known color: Indigo. HEX triplet: 54, 05 and 93. RGB value is (84,5,147). Sum of RGB (Red+Green+Blue) = 84+5+147=236 (31% of max value = 765). Red value is 84 (33.20% from 255 or 35.59% from 236); Green value is 5 (2.34% from 255 or 2.12% from 236); Blue value is 147 (57.81% from 255 or 62.29% from 236); Max value from RGB is 147 - color contains mainly: blue. Hex color #540593 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #540593 is #ABFA6C. Grayscale: #2C2C2C. Windows color (decimal): -11270765 or 9635156. OLE color: 9635156.

HSL color Cylindrical-coordinate representation of color #540593: hue angle of 273.38º 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 #540593 is Cyan = 0.43, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 84 5 147 -
CMYK 0.43 0.97 0 0.42
HSL 273.38º 0.93% 0.3% -
HSV(B) 273.38º 0.97% 0.58% -
XYZ 8.98 4.1 27.92 -
YUV 44.81 185.67 155.95 -
System Red Green Blue C M Y K H S L
Decimal 84 5 147 0.43 0.97 0 0.42 273.38 0.93 0.3
Hex 54 5 93 2B 61 0 2A 111 5D 1E
Octal 124 5 223 53 141 0 52 421 135 36
Binary 1010100 101 10010011 101011 1100001 0 101010 100010001 1011101 11110

Color Harmonies of #540593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540593

Black with #540593

Text Example


Text Example

White with #540593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #540593; }

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

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

background-color css

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

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

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

border-color css

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

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

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