Html Css Color HEX #541673 Indigo

📋 copy color: '#541673'

red 84 ◦ green 22 ◦ blue 115

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

Shades of Indigo #541673

Tints of Indigo #541673

RGB

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

 GREEN value IS 22 (8.98% from 255) = 9.95%

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

R = 38.01%
G = 9.95%
B = 52.04%

CMYK

 C value IS 0.27

 M value IS 0.81

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#541673 (or 0x541673) is known color: Indigo. HEX triplet: 54, 16 and 73. RGB value is (84,22,115). Sum of RGB (Red+Green+Blue) = 84+22+115=221 (29% of max value = 765). Red value is 84 (33.20% from 255 or 38.01% from 221); Green value is 22 (8.98% from 255 or 9.95% from 221); Blue value is 115 (45.31% from 255 or 52.04% from 221); Max value from RGB is 115 - color contains mainly: blue. Hex color #541673 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #541673 is #ABE98C. Grayscale: #323232. Windows color (decimal): -11266445 or 7542356. OLE color: 7542356.

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

Color convert

RGB 84 22 115 -
CMYK 0.27 0.81 0 0.55
HSL 280º 0.68% 0.27% -
HSV(B) 280º 0.81% 0.45% -
XYZ 7.04 3.7 16.56 -
YUV 51.14 164.04 151.44 -
System Red Green Blue C M Y K H S L
Decimal 84 22 115 0.27 0.81 0 0.55 280 0.68 0.27
Hex 54 16 73 1B 51 0 37 118 44 1B
Octal 124 26 163 33 121 0 67 430 104 33
Binary 1010100 10110 1110011 11011 1010001 0 110111 100011000 1000100 11011

Color Harmonies of #541673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541673

Black with #541673

Text Example


Text Example

White with #541673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #541673; }

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

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

background-color css

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

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

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

border-color css

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

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

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