#541172

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

Shades of Indigo #541172

Tints of Indigo #541172

Color information

#541172 (or 0x541172) is unknown color: approx Indigo. HEX triplet: 54, 11 and 72. RGB value is (84,17,114). Sum of RGB (Red+Green+Blue) = 84+17+114=215 (28% of max value = 765). Red value is 84 (33.20% from 255 or 39.07% from 215); Green value is 17 (7.03% from 255 or 7.91% from 215); Blue value is 114 (44.92% from 255 or 53.02% from 215); Max value from RGB is 114 - color contains mainly: blue. Hex color #541172 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #541172 is #ABEE8D. Grayscale: #2F2F2F. Windows color (decimal): -11267726 or 7475540. OLE color: 7475540.

HSL color Cylindrical-coordinate representation of color #541172: hue angle of 281.44º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #541172 is Cyan = 0.26, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB8417114-
CMYK0.260.8500.55
HSL281.44º74.05%25.69%-
HSV(B)281.44º85.09%44.71%-
XYZ6.893.516.23-
YUV48.09165.2153.61-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 39.07%
GREEN value IS 17 (7.03% from 255) = 7.91%
BLUE value IS 114 (44.92% from 255) = 53.02%
R=39.07%
G=7.91%
B=53.02%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal84171140.260.8500.55281.4474.0525.69
Hex5411721A550371194a1a
Octal124211623212506743111232
Binary10101001000111100101101010101010110111100011001100101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #541172; }

 p { color: rgb(84,17,114); }

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

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

 a { background-color: rgb(84,17,114); }

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

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

 span { border-color: rgb(84,17,114); }

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