#542271

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

Shades of Blue Diamond #542271

Tints of Blue Diamond #542271

Color information

#542271 (or 0x542271) is unknown color: approx Blue Diamond. HEX triplet: 54, 22 and 71. RGB value is (84,34,113). Sum of RGB (Red+Green+Blue) = 84+34+113=231 (30% of max value = 765). Red value is 84 (33.20% from 255 or 36.36% from 231); Green value is 34 (13.67% from 255 or 14.72% from 231); Blue value is 113 (44.53% from 255 or 48.92% from 231); Max value from RGB is 113 - color contains mainly: blue. Hex color #542271 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #542271 is #ABDD8E. Grayscale: #393939. Windows color (decimal): -11263375 or 7414356. OLE color: 7414356.

HSL color Cylindrical-coordinate representation of color #542271: hue angle of 277.97º degrees, saturation: 0.54, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #542271 is Cyan = 0.26, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB8434113-
CMYK0.260.7000.56
HSL277.97º53.74%28.82%-
HSV(B)277.97º69.91%44.31%-
XYZ7.214.2216.06-
YUV57.96159.06146.58-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 36.36%
GREEN value IS 34 (13.67% from 255) = 14.72%
BLUE value IS 113 (44.53% from 255) = 48.92%
R=36.36%
G=14.72%
B=48.92%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal84341130.260.7000.56277.9753.7428.82
Hex5422711A46038116361d
Octal12442161321060704266635
Binary10101001000101110001110101000110011100010001011011011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #542271; }

 p { color: rgb(84,34,113); }

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

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

 a { background-color: rgb(84,34,113); }

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

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

 span { border-color: rgb(84,34,113); }

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