#521A7F

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

Shades of Blue Diamond #521A7F

Tints of Blue Diamond #521A7F

Color information

#521A7F (or 0x521A7F) is unknown color: approx Blue Diamond. HEX triplet: 52, 1A and 7F. RGB value is (82,26,127). Sum of RGB (Red+Green+Blue) = 82+26+127=235 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.89% from 235); Green value is 26 (10.55% from 255 or 11.06% from 235); Blue value is 127 (50% from 255 or 54.04% from 235); Max value from RGB is 127 - color contains mainly: blue. Hex color #521A7F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #521A7F is #ADE580. Grayscale: #353535. Windows color (decimal): -11396481 or 8329810. OLE color: 8329810.

HSL color Cylindrical-coordinate representation of color #521A7F: hue angle of 273.27º degrees, saturation: 0.66, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #521A7F is Cyan = 0.35, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB8226127-
CMYK0.350.8000.50
HSL273.27º66.01%30%-
HSV(B)273.27º79.53%49.8%-
XYZ7.684.0620.46-
YUV54.26169.05147.79-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 34.89%
GREEN value IS 26 (10.55% from 255) = 11.06%
BLUE value IS 127 (50% from 255) = 54.04%
R=34.89%
G=11.06%
B=54.04%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal82261270.350.8000.50273.2766.0130
Hex521A7F2350032111421e
Octal122321774312006242110236
Binary101001011010111111110001110100000110010100010001100001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #521A7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,26,127); }

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

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

 a { background-color: rgb(82,26,127); }

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

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

 span { border-color: rgb(82,26,127); }

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