#541376

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

Shades of Indigo #541376

Tints of Indigo #541376

Color information

#541376 (or 0x541376) is unknown color: approx Indigo. HEX triplet: 54, 13 and 76. RGB value is (84,19,118). Sum of RGB (Red+Green+Blue) = 84+19+118=221 (29% of max value = 765). Red value is 84 (33.20% from 255 or 38.01% from 221); Green value is 19 (7.81% from 255 or 8.60% from 221); Blue value is 118 (46.48% from 255 or 53.39% from 221); Max value from RGB is 118 - color contains mainly: blue. Hex color #541376 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #541376 is #ABEC89. Grayscale: #313131. Windows color (decimal): -11267210 or 7738196. OLE color: 7738196.

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

Color convert

RGB8419118-
CMYK0.290.8400.54
HSL279.39º72.26%26.86%-
HSV(B)279.39º83.9%46.27%-
XYZ7.163.6617.47-
YUV49.72166.53152.45-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 38.01%
GREEN value IS 19 (7.81% from 255) = 8.60%
BLUE value IS 118 (46.48% from 255) = 53.39%
R=38.01%
G=8.60%
B=53.39%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal84191180.290.8400.54279.3972.2626.86
Hex5413761D54036117481b
Octal124231663512406642711033
Binary10101001001111101101110110101000110110100010111100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #541376; }

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

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

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

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

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

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

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

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