#541676

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

Shades of Indigo #541676

Tints of Indigo #541676

Color information

#541676 (or 0x541676) is unknown color: approx Indigo. HEX triplet: 54, 16 and 76. RGB value is (84,22,118). Sum of RGB (Red+Green+Blue) = 84+22+118=224 (29% of max value = 765). Red value is 84 (33.20% from 255 or 37.5% from 224); Green value is 22 (8.98% from 255 or 9.82% from 224); Blue value is 118 (46.48% from 255 or 52.68% from 224); Max value from RGB is 118 - color contains mainly: blue. Hex color #541676 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #541676 is #ABE989. Grayscale: #333333. Windows color (decimal): -11266442 or 7738964. OLE color: 7738964.

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

Color convert

RGB8422118-
CMYK0.290.8100.54
HSL278.75º68.57%27.45%-
HSV(B)278.75º81.36%46.27%-
XYZ7.213.7717.49-
YUV51.48165.54151.19-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 37.5%
GREEN value IS 22 (8.98% from 255) = 9.82%
BLUE value IS 118 (46.48% from 255) = 52.68%
R=37.5%
G=9.82%
B=52.68%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal84221180.290.8100.54278.7568.5727.45
Hex5416761D51036117451b
Octal124261663512106642710533
Binary10101001011011101101110110100010110110100010111100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #541676; }

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

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

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

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

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

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

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

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