#541777

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

Shades of Indigo #541777

Tints of Indigo #541777

Color information

#541777 (or 0x541777) is unknown color: approx Indigo. HEX triplet: 54, 17 and 77. RGB value is (84,23,119). Sum of RGB (Red+Green+Blue) = 84+23+119=226 (29% of max value = 765). Red value is 84 (33.20% from 255 or 37.17% from 226); Green value is 23 (9.38% from 255 or 10.18% from 226); Blue value is 119 (46.88% from 255 or 52.65% from 226); Max value from RGB is 119 - color contains mainly: blue. Hex color #541777 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #541777 is #ABE888. Grayscale: #333333. Windows color (decimal): -11266185 or 7804756. OLE color: 7804756.

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

Color convert

RGB8423119-
CMYK0.290.8100.53
HSL278.12º67.61%27.84%-
HSV(B)278.12º80.67%46.67%-
XYZ7.293.8317.81-
YUV52.18165.71150.69-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 37.17%
GREEN value IS 23 (9.38% from 255) = 10.18%
BLUE value IS 119 (46.88% from 255) = 52.65%
R=37.17%
G=10.18%
B=52.65%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal84231190.290.8100.53278.1267.6127.84
Hex5417771D51035116441c
Octal124271673512106542610434
Binary10101001011111101111110110100010110101100010110100010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #541777; }

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

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

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

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

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

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

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

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