Html Css Color HEX #540173 Indigo

📋 copy color: '#540173'

red 84 ◦ green 1 ◦ blue 115

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

Shades of Indigo #540173

Tints of Indigo #540173

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.5%

 BLUE value IS 115 (45.31% from 255) = 57.5%

R = 42%
G = 0.5%
B = 57.5%

CMYK

 C value IS 0.27

 M value IS 0.99

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#540173 (or 0x540173) is known color: Indigo. HEX triplet: 54, 01 and 73. RGB value is (84,1,115). Sum of RGB (Red+Green+Blue) = 84+1+115=200 (26% of max value = 765). Red value is 84 (33.20% from 255 or 42% from 200); Green value is 1 (0.78% from 255 or 0.5% from 200); Blue value is 115 (45.31% from 255 or 57.5% from 200); Max value from RGB is 115 - color contains mainly: blue. Hex color #540173 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #540173 is #ABFE8C. Grayscale: #262626. Windows color (decimal): -11271821 or 7536980. OLE color: 7536980.

HSL color Cylindrical-coordinate representation of color #540173: hue angle of 283.68º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #540173 is Cyan = 0.27, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 84 1 115 -
CMYK 0.27 0.99 0 0.55
HSL 283.68º 0.98% 0.23% -
HSV(B) 283.68º 0.99% 0.45% -
XYZ 6.76 3.14 16.47 -
YUV 38.81 171 160.23 -
System Red Green Blue C M Y K H S L
Decimal 84 1 115 0.27 0.99 0 0.55 283.68 0.98 0.23
Hex 54 1 73 1B 63 0 37 11C 62 17
Octal 124 1 163 33 143 0 67 434 142 27
Binary 1010100 1 1110011 11011 1100011 0 110111 100011100 1100010 10111

Color Harmonies of #540173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540173

Black with #540173

Text Example


Text Example

White with #540173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #540173; }

 p { color: rgb(84,1,115); }

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

background-color css

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

 a { background-color: rgb(84,1,115); }

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

border-color css

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

 span { border-color: rgb(84,1,115); }

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