#541276

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

Shades of Indigo #541276

Tints of Indigo #541276

Color information

#541276 (or 0x541276) is unknown color: approx Indigo. HEX triplet: 54, 12 and 76. RGB value is (84,18,118). Sum of RGB (Red+Green+Blue) = 84+18+118=220 (29% of max value = 765). Red value is 84 (33.20% from 255 or 38.18% from 220); Green value is 18 (7.42% from 255 or 8.18% from 220); Blue value is 118 (46.48% from 255 or 53.64% from 220); Max value from RGB is 118 - color contains mainly: blue. Hex color #541276 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #541276 is #ABED89. Grayscale: #303030. Windows color (decimal): -11267466 or 7737940. OLE color: 7737940.

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

Color convert

RGB8418118-
CMYK0.290.8500.54
HSL279.6º73.53%26.67%-
HSV(B)279.6º84.75%46.27%-
XYZ7.143.6317.46-
YUV49.13166.87152.87-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 38.18%
GREEN value IS 18 (7.42% from 255) = 8.18%
BLUE value IS 118 (46.48% from 255) = 53.64%
R=38.18%
G=8.18%
B=53.64%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal84181180.290.8500.54279.673.5326.67
Hex5412761D550361184a1b
Octal124221663512506643011233
Binary10101001001011101101110110101010110110100011000100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #541276; }

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

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

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

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

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

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

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

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