#541377

Color #541377 Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Indigo #541377

Tints of Indigo #541377

Color information

#541377 (or 0x541377) is unknown color: approx Indigo. HEX triplet: 54, 13 and 77. RGB value is (84,19,119). Sum of RGB (Red+Green+Blue) = 84+19+119=222 (29% of max value = 765). Red value is 84 (33.20% from 255 or 37.84% from 222); Green value is 19 (7.81% from 255 or 8.56% from 222); Blue value is 119 (46.88% from 255 or 53.60% from 222); Max value from RGB is 119 - color contains mainly: blue. Hex color #541377 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #541377 is #ABEC88. Grayscale: #313131. Windows color (decimal): -11267209 or 7803732. OLE color: 7803732.

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

Color convert

RGB8419119-
CMYK0.290.8400.53
HSL279º72.46%27.06%-
HSV(B)279º84.03%46.67%-
XYZ7.223.6817.78-
YUV49.84167.03152.37-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 37.84%
GREEN value IS 19 (7.81% from 255) = 8.56%
BLUE value IS 119 (46.88% from 255) = 53.60%
R=37.84%
G=8.56%
B=53.60%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal84191190.290.8400.5327972.4627.06
Hex5413771D54035117481b
Octal124231673512406542711033
Binary10101001001111101111110110101000110101100010111100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #541377; }

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

 H1.HeaderClassName
 {
   color: #541377;
 }
 .AnyTagClassName
 {
   color: #541377;
 }
</style>
background-color css

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

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

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

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

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

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