Html Css Color HEX #540893 Indigo

📋 copy color: '#540893'

red 84 ◦ green 8 ◦ blue 147

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

Shades of Indigo #540893

Tints of Indigo #540893

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.35%

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

R = 35.15%
G = 3.35%
B = 61.51%

CMYK

 C value IS 0.43

 M value IS 0.95

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#540893 (or 0x540893) is known color: Indigo. HEX triplet: 54, 08 and 93. RGB value is (84,8,147). Sum of RGB (Red+Green+Blue) = 84+8+147=239 (31% of max value = 765). Red value is 84 (33.20% from 255 or 35.15% from 239); Green value is 8 (3.52% from 255 or 3.35% from 239); Blue value is 147 (57.81% from 255 or 61.51% from 239); Max value from RGB is 147 - color contains mainly: blue. Hex color #540893 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #540893 is #ABF76C. Grayscale: #2E2E2E. Windows color (decimal): -11269997 or 9635924. OLE color: 9635924.

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

Color convert

RGB 84 8 147 -
CMYK 0.43 0.95 0 0.42
HSL 272.81º 0.9% 0.3% -
HSV(B) 272.81º 0.95% 0.58% -
XYZ 9.01 4.17 27.93 -
YUV 46.57 184.68 154.7 -
System Red Green Blue C M Y K H S L
Decimal 84 8 147 0.43 0.95 0 0.42 272.81 0.9 0.3
Hex 54 8 93 2B 5F 0 2A 111 5A 1E
Octal 124 10 223 53 137 0 52 421 132 36
Binary 1010100 1000 10010011 101011 1011111 0 101010 100010001 1011010 11110

Color Harmonies of #540893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540893

Black with #540893

Text Example


Text Example

White with #540893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #540893; }

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

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

background-color css

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

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

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

border-color css

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

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

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