#541E7C

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

Shades of Blue Diamond #541E7C

Tints of Blue Diamond #541E7C

Color information

#541E7C (or 0x541E7C) is unknown color: approx Blue Diamond. HEX triplet: 54, 1E and 7C. RGB value is (84,30,124). Sum of RGB (Red+Green+Blue) = 84+30+124=238 (31% of max value = 765). Red value is 84 (33.20% from 255 or 35.29% from 238); Green value is 30 (12.11% from 255 or 12.61% from 238); Blue value is 124 (48.83% from 255 or 52.10% from 238); Max value from RGB is 124 - color contains mainly: blue. Hex color #541E7C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #541E7C is #ABE183. Grayscale: #383838. Windows color (decimal): -11264388 or 8134228. OLE color: 8134228.

HSL color Cylindrical-coordinate representation of color #541E7C: hue angle of 274.47º degrees, saturation: 0.61, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #541E7C is Cyan = 0.32, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB8430124-
CMYK0.320.7600.51
HSL274.47º61.04%30.2%-
HSV(B)274.47º75.81%48.63%-
XYZ7.764.2719.48-
YUV56.86165.89147.36-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 35.29%
GREEN value IS 30 (12.11% from 255) = 12.61%
BLUE value IS 124 (48.83% from 255) = 52.10%
R=35.29%
G=12.61%
B=52.10%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal84301240.320.7600.51274.4761.0430.2
Hex541E7C204C0331123d1e
Octal12436174401140634227536
Binary10101001111011111001000001001100011001110001001011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541E7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,30,124); }

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

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

 a { background-color: rgb(84,30,124); }

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

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

 span { border-color: rgb(84,30,124); }

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