#541379

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

Shades of Indigo #541379

Tints of Indigo #541379

Color information

#541379 (or 0x541379) is unknown color: approx Indigo. HEX triplet: 54, 13 and 79. RGB value is (84,19,121). Sum of RGB (Red+Green+Blue) = 84+19+121=224 (29% of max value = 765). Red value is 84 (33.20% from 255 or 37.5% from 224); Green value is 19 (7.81% from 255 or 8.48% from 224); Blue value is 121 (47.66% from 255 or 54.02% from 224); Max value from RGB is 121 - color contains mainly: blue. Hex color #541379 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #541379 is #ABEC86. Grayscale: #313131. Windows color (decimal): -11267207 or 7934804. OLE color: 7934804.

HSL color Cylindrical-coordinate representation of color #541379: hue angle of 278.24º degrees, saturation: 0.73, 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 #541379 is Cyan = 0.31, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB8419121-
CMYK0.310.8400.53
HSL278.24º72.86%27.45%-
HSV(B)278.24º84.3%47.45%-
XYZ7.343.7318.42-
YUV50.06168.03152.21-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 37.5%
GREEN value IS 19 (7.81% from 255) = 8.48%
BLUE value IS 121 (47.66% from 255) = 54.02%
R=37.5%
G=8.48%
B=54.02%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal84191210.310.8400.53278.2472.8627.45
Hex5413791F54035116491b
Octal124231713712406542611133
Binary10101001001111110011111110101000110101100010110100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #541379; }

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

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

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

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

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

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

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

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