#521F81

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

Shades of Blue Diamond #521F81

Tints of Blue Diamond #521F81

Color information

#521F81 (or 0x521F81) is unknown color: approx Blue Diamond. HEX triplet: 52, 1F and 81. RGB value is (82,31,129). Sum of RGB (Red+Green+Blue) = 82+31+129=242 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.88% from 242); Green value is 31 (12.5% from 255 or 12.81% from 242); Blue value is 129 (50.78% from 255 or 53.31% from 242); Max value from RGB is 129 - color contains mainly: blue. Hex color #521F81 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #521F81 is #ADE07E. Grayscale: #393939. Windows color (decimal): -11395199 or 8462162. OLE color: 8462162.

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

Color convert

RGB8231129-
CMYK0.360.7600.49
HSL271.22º61.25%31.37%-
HSV(B)271.22º75.97%50.59%-
XYZ7.934.3621.19-
YUV57.42168.4145.53-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 33.88%
GREEN value IS 31 (12.5% from 255) = 12.81%
BLUE value IS 129 (50.78% from 255) = 53.31%
R=33.88%
G=12.81%
B=53.31%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal82311290.360.7600.49271.2261.2531.37
Hex521F81244C03110f3d1f
Octal12237201441140614177537
Binary101001011111100000011001001001100011000110000111111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #521F81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #521F81; }

 p { color: rgb(82,31,129); }

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

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

 a { background-color: rgb(82,31,129); }

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

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

 span { border-color: rgb(82,31,129); }

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