#541B72

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

Shades of Blue Diamond #541B72

Tints of Blue Diamond #541B72

Color information

#541B72 (or 0x541B72) is unknown color: approx Blue Diamond. HEX triplet: 54, 1B and 72. RGB value is (84,27,114). Sum of RGB (Red+Green+Blue) = 84+27+114=225 (29% of max value = 765). Red value is 84 (33.20% from 255 or 37.33% from 225); Green value is 27 (10.94% from 255 or 12% from 225); Blue value is 114 (44.92% from 255 or 50.67% from 225); Max value from RGB is 114 - color contains mainly: blue. Hex color #541B72 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #541B72 is #ABE48D. Grayscale: #353535. Windows color (decimal): -11265166 or 7478100. OLE color: 7478100.

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

Color convert

RGB8427114-
CMYK0.260.7600.55
HSL279.31º61.7%27.65%-
HSV(B)279.31º76.32%44.71%-
XYZ7.093.8816.3-
YUV53.96161.88149.43-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 37.33%
GREEN value IS 27 (10.94% from 255) = 12%
BLUE value IS 114 (44.92% from 255) = 50.67%
R=37.33%
G=12%
B=50.67%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal84271140.260.7600.55279.3161.727.65
Hex541B721A4C0371173e1c
Octal12433162321140674277634
Binary1010100110111110010110101001100011011110001011111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541B72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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