Html Css Color HEX #521F71 Blue Diamond

📋 copy color: '#521F71'

red 82 ◦ green 31 ◦ blue 113

#521F71
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Diamond #521F71

Tints of Blue Diamond #521F71

RGB

 RED value IS 82 (32.42% from 255) = 36.28%

 GREEN value IS 31 (12.5% from 255) = 13.72%

 BLUE value IS 113 (44.53% from 255) = 50%

R = 36.28%
G = 13.72%
B = 50%

CMYK

 C value IS 0.27

 M value IS 0.73

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#521F71 (or 0x521F71) is known color: Blue Diamond. HEX triplet: 52, 1F and 71. RGB value is (82,31,113). Sum of RGB (Red+Green+Blue) = 82+31+113=226 (29% of max value = 765). Red value is 82 (32.42% from 255 or 36.28% from 226); Green value is 31 (12.5% from 255 or 13.72% from 226); Blue value is 113 (44.53% from 255 or 50% from 226); Max value from RGB is 113 - color contains mainly: blue. Hex color #521F71 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #521F71 is #ADE08E. Grayscale: #373737. Windows color (decimal): -11395215 or 7413586. OLE color: 7413586.

HSL color Cylindrical-coordinate representation of color #521F71: hue angle of 277.32º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #521F71 is Cyan = 0.27, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 82 31 113 -
CMYK 0.27 0.73 0 0.56
HSL 277.32º 0.57% 0.28% -
HSV(B) 277.32º 0.73% 0.44% -
XYZ 6.95 3.97 16.02 -
YUV 55.6 160.4 146.83 -
System Red Green Blue C M Y K H S L
Decimal 82 31 113 0.27 0.73 0 0.56 277.32 0.57 0.28
Hex 52 1F 71 1B 49 0 38 115 39 1C
Octal 122 37 161 33 111 0 70 425 71 34
Binary 1010010 11111 1110001 11011 1001001 0 111000 100010101 111001 11100

Color Harmonies of #521F71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521F71

Black with #521F71

Text Example


Text Example

White with #521F71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #521F71;
 }
 .AnyTagClassName
 {
   color: #521F71;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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