#541D70

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

Shades of Blue Diamond #541D70

Tints of Blue Diamond #541D70

Color information

#541D70 (or 0x541D70) is unknown color: approx Blue Diamond. HEX triplet: 54, 1D and 70. RGB value is (84,29,112). Sum of RGB (Red+Green+Blue) = 84+29+112=225 (29% of max value = 765). Red value is 84 (33.20% from 255 or 37.33% from 225); Green value is 29 (11.72% from 255 or 12.89% from 225); Blue value is 112 (44.14% from 255 or 49.78% from 225); Max value from RGB is 112 - color contains mainly: blue. Hex color #541D70 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #541D70 is #ABE28F. Grayscale: #363636. Windows color (decimal): -11264656 or 7347540. OLE color: 7347540.

HSL color Cylindrical-coordinate representation of color #541D70: hue angle of 279.76º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #541D70 is Cyan = 0.25, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB8429112-
CMYK0.250.7400.56
HSL279.76º58.87%27.65%-
HSV(B)279.76º74.11%43.92%-
XYZ7.023.9315.72-
YUV54.91160.22148.75-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 37.33%
GREEN value IS 29 (11.72% from 255) = 12.89%
BLUE value IS 112 (44.14% from 255) = 49.78%
R=37.33%
G=12.89%
B=49.78%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal84291120.250.7400.56279.7658.8727.65
Hex541D70194A0381183b1c
Octal12435160311120704307334
Binary1010100111011110000110011001010011100010001100011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541D70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,29,112); }

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

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

 a { background-color: rgb(84,29,112); }

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

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

 span { border-color: rgb(84,29,112); }

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