#541C72

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

Shades of Blue Diamond #541C72

Tints of Blue Diamond #541C72

Color information

#541C72 (or 0x541C72) is unknown color: approx Blue Diamond. HEX triplet: 54, 1C and 72. RGB value is (84,28,114). Sum of RGB (Red+Green+Blue) = 84+28+114=226 (29% of max value = 765). Red value is 84 (33.20% from 255 or 37.17% from 226); Green value is 28 (11.33% from 255 or 12.39% from 226); Blue value is 114 (44.92% from 255 or 50.44% from 226); Max value from RGB is 114 - color contains mainly: blue. Hex color #541C72 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #541C72 is #ABE38D. Grayscale: #363636. Windows color (decimal): -11264910 or 7478356. OLE color: 7478356.

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

Color convert

RGB8428114-
CMYK0.260.7500.55
HSL279.07º60.56%27.84%-
HSV(B)279.07º75.44%44.71%-
XYZ7.113.9316.3-
YUV54.55161.55149.01-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 37.17%
GREEN value IS 28 (11.33% from 255) = 12.39%
BLUE value IS 114 (44.92% from 255) = 50.44%
R=37.17%
G=12.39%
B=50.44%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal84281140.260.7500.55279.0760.5627.84
Hex541C721A4B0371173d1c
Octal12434162321130674277534
Binary1010100111001110010110101001011011011110001011111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541C72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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