Html Css Color HEX #541177 Indigo

📋 copy color: '#541177'

red 84 ◦ green 17 ◦ blue 119

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

Shades of Indigo #541177

Tints of Indigo #541177

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 54.09%

R = 38.18%
G = 7.73%
B = 54.09%

CMYK

 C value IS 0.29

 M value IS 0.86

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#541177 (or 0x541177) is known color: Indigo. HEX triplet: 54, 11 and 77. RGB value is (84,17,119). Sum of RGB (Red+Green+Blue) = 84+17+119=220 (29% of max value = 765). Red value is 84 (33.20% from 255 or 38.18% from 220); Green value is 17 (7.03% from 255 or 7.73% from 220); Blue value is 119 (46.88% from 255 or 54.09% from 220); Max value from RGB is 119 - color contains mainly: blue. Hex color #541177 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #541177 is #ABEE88. Grayscale: #303030. Windows color (decimal): -11267721 or 7803220. OLE color: 7803220.

HSL color Cylindrical-coordinate representation of color #541177: hue angle of 279.41º degrees, saturation: 0.75, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #541177 is Cyan = 0.29, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 84 17 119 -
CMYK 0.29 0.86 0 0.53
HSL 279.41º 0.75% 0.27% -
HSV(B) 279.41º 0.86% 0.47% -
XYZ 7.19 3.62 17.77 -
YUV 48.66 167.7 153.21 -
System Red Green Blue C M Y K H S L
Decimal 84 17 119 0.29 0.86 0 0.53 279.41 0.75 0.27
Hex 54 11 77 1D 56 0 35 117 4B 1B
Octal 124 21 167 35 126 0 65 427 113 33
Binary 1010100 10001 1110111 11101 1010110 0 110101 100010111 1001011 11011

Color Harmonies of #541177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541177

Black with #541177

Text Example


Text Example

White with #541177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #541177; }

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

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

background-color css

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

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

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

border-color css

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

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

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