Html Css Color HEX #541173 Indigo

📋 copy color: '#541173'

red 84 ◦ green 17 ◦ blue 115

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

Shades of Indigo #541173

Tints of Indigo #541173

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.87%

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

R = 38.89%
G = 7.87%
B = 53.24%

CMYK

 C value IS 0.27

 M value IS 0.85

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#541173 (or 0x541173) is known color: Indigo. HEX triplet: 54, 11 and 73. RGB value is (84,17,115). Sum of RGB (Red+Green+Blue) = 84+17+115=216 (28% of max value = 765). Red value is 84 (33.20% from 255 or 38.89% from 216); Green value is 17 (7.03% from 255 or 7.87% from 216); Blue value is 115 (45.31% from 255 or 53.24% from 216); Max value from RGB is 115 - color contains mainly: blue. Hex color #541173 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #541173 is #ABEE8C. Grayscale: #2F2F2F. Windows color (decimal): -11267725 or 7541076. OLE color: 7541076.

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

Color convert

RGB 84 17 115 -
CMYK 0.27 0.85 0 0.55
HSL 281.02º 0.74% 0.26% -
HSV(B) 281.02º 0.85% 0.45% -
XYZ 6.95 3.52 16.53 -
YUV 48.21 165.7 153.53 -
System Red Green Blue C M Y K H S L
Decimal 84 17 115 0.27 0.85 0 0.55 281.02 0.74 0.26
Hex 54 11 73 1B 55 0 37 119 4A 1A
Octal 124 21 163 33 125 0 67 431 112 32
Binary 1010100 10001 1110011 11011 1010101 0 110111 100011001 1001010 11010

Color Harmonies of #541173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541173

Black with #541173

Text Example


Text Example

White with #541173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #541173; }

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

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

background-color css

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

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

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

border-color css

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

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

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