Html Css Color HEX #521C82 Blue Diamond

📋 copy color: '#521C82'

red 82 ◦ green 28 ◦ blue 130

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

Shades of Blue Diamond #521C82

Tints of Blue Diamond #521C82

RGB

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

 GREEN value IS 28 (11.33% from 255) = 11.67%

 BLUE value IS 130 (51.17% from 255) = 54.17%

R = 34.17%
G = 11.67%
B = 54.17%

CMYK

 C value IS 0.37

 M value IS 0.78

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#521C82 (or 0x521C82) is known color: Blue Diamond. HEX triplet: 52, 1C and 82. RGB value is (82,28,130). Sum of RGB (Red+Green+Blue) = 82+28+130=240 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.17% from 240); Green value is 28 (11.33% from 255 or 11.67% from 240); Blue value is 130 (51.17% from 255 or 54.17% from 240); Max value from RGB is 130 - color contains mainly: blue. Hex color #521C82 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #521C82 is #ADE37D. Grayscale: #373737. Windows color (decimal): -11395966 or 8526930. OLE color: 8526930.

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

Color convert

RGB 82 28 130 -
CMYK 0.37 0.78 0 0.49
HSL 271.76º 0.65% 0.31% -
HSV(B) 271.76º 0.78% 0.51% -
XYZ 7.92 4.24 21.52 -
YUV 55.77 169.89 146.71 -
System Red Green Blue C M Y K H S L
Decimal 82 28 130 0.37 0.78 0 0.49 271.76 0.65 0.31
Hex 52 1C 82 25 4E 0 31 110 41 1F
Octal 122 34 202 45 116 0 61 420 101 37
Binary 1010010 11100 10000010 100101 1001110 0 110001 100010000 1000001 11111

Color Harmonies of #521C82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521C82

Black with #521C82

Text Example


Text Example

White with #521C82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,28,130); }

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

background-color css

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

 a { background-color: rgb(82,28,130); }

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

border-color css

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

 span { border-color: rgb(82,28,130); }

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