#541272

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

Shades of Indigo #541272

Tints of Indigo #541272

Color information

#541272 (or 0x541272) is unknown color: approx Indigo. HEX triplet: 54, 12 and 72. RGB value is (84,18,114). Sum of RGB (Red+Green+Blue) = 84+18+114=216 (28% of max value = 765). Red value is 84 (33.20% from 255 or 38.89% from 216); Green value is 18 (7.42% from 255 or 8.33% from 216); Blue value is 114 (44.92% from 255 or 52.78% from 216); Max value from RGB is 114 - color contains mainly: blue. Hex color #541272 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #541272 is #ABED8D. Grayscale: #303030. Windows color (decimal): -11267470 or 7475796. OLE color: 7475796.

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

Color convert

RGB8418114-
CMYK0.260.8400.55
HSL281.25º72.73%25.88%-
HSV(B)281.25º84.21%44.71%-
XYZ6.913.5316.24-
YUV48.68164.87153.19-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 38.89%
GREEN value IS 18 (7.42% from 255) = 8.33%
BLUE value IS 114 (44.92% from 255) = 52.78%
R=38.89%
G=8.33%
B=52.78%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal84181140.260.8400.55281.2572.7325.88
Hex5412721A54037119491a
Octal124221623212406743111132
Binary10101001001011100101101010101000110111100011001100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #541272; }

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

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

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

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

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

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

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

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