#541C76

Color #541C76 Blue Diamond (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Diamond #541C76

Tints of Blue Diamond #541C76

Color information

#541C76 (or 0x541C76) is unknown color: approx Blue Diamond. HEX triplet: 54, 1C and 76. RGB value is (84,28,118). Sum of RGB (Red+Green+Blue) = 84+28+118=230 (30% of max value = 765). Red value is 84 (33.20% from 255 or 36.52% from 230); Green value is 28 (11.33% from 255 or 12.17% from 230); Blue value is 118 (46.48% from 255 or 51.30% from 230); Max value from RGB is 118 - color contains mainly: blue. Hex color #541C76 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #541C76 is #ABE389. Grayscale: #363636. Windows color (decimal): -11264906 or 7740500. OLE color: 7740500.

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

Color convert

RGB8428118-
CMYK0.290.7600.54
HSL277.33º61.64%28.63%-
HSV(B)277.33º76.27%46.27%-
XYZ7.344.0217.53-
YUV55163.55148.68-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 36.52%
GREEN value IS 28 (11.33% from 255) = 12.17%
BLUE value IS 118 (46.48% from 255) = 51.30%
R=36.52%
G=12.17%
B=51.30%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal84281180.290.7600.54277.3361.6428.63
Hex541C761D4C0361153e1d
Octal12434166351140664257635
Binary1010100111001110110111011001100011011010001010111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541C76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #541C76; }

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

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

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

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

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

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

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

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