Html Css Color HEX #521E81 Blue Diamond

📋 copy color: '#521E81'

red 82 ◦ green 30 ◦ blue 129

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

Shades of Blue Diamond #521E81

Tints of Blue Diamond #521E81

RGB

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

 GREEN value IS 30 (12.11% from 255) = 12.45%

 BLUE value IS 129 (50.78% from 255) = 53.53%

R = 34.02%
G = 12.45%
B = 53.53%

CMYK

 C value IS 0.36

 M value IS 0.77

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#521E81 (or 0x521E81) is known color: Blue Diamond. HEX triplet: 52, 1E and 81. RGB value is (82,30,129). Sum of RGB (Red+Green+Blue) = 82+30+129=241 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.02% from 241); Green value is 30 (12.11% from 255 or 12.45% from 241); Blue value is 129 (50.78% from 255 or 53.53% from 241); Max value from RGB is 129 - color contains mainly: blue. Hex color #521E81 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #521E81 is #ADE17E. Grayscale: #383838. Windows color (decimal): -11395455 or 8461906. OLE color: 8461906.

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

Color convert

RGB 82 30 129 -
CMYK 0.36 0.77 0 0.49
HSL 271.52º 0.62% 0.31% -
HSV(B) 271.52º 0.77% 0.51% -
XYZ 7.91 4.31 21.18 -
YUV 56.83 168.73 145.95 -
System Red Green Blue C M Y K H S L
Decimal 82 30 129 0.36 0.77 0 0.49 271.52 0.62 0.31
Hex 52 1E 81 24 4D 0 31 110 3E 1F
Octal 122 36 201 44 115 0 61 420 76 37
Binary 1010010 11110 10000001 100100 1001101 0 110001 100010000 111110 11111

Color Harmonies of #521E81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521E81

Black with #521E81

Text Example


Text Example

White with #521E81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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