Html Css Color HEX #521DF9 Han Purple

📋 copy color: '#521DF9'

red 82 ◦ green 29 ◦ blue 249

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

Shades of Han Purple #521DF9

Tints of Han Purple #521DF9

RGB

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

 GREEN value IS 29 (11.72% from 255) = 8.06%

 BLUE value IS 249 (97.66% from 255) = 69.17%

R = 22.78%
G = 8.06%
B = 69.17%

CMYK

 C value IS 0.67

 M value IS 0.88

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#521DF9 (or 0x521DF9) is known color: Han Purple. HEX triplet: 52, 1D and F9. RGB value is (82,29,249). Sum of RGB (Red+Green+Blue) = 82+29+249=360 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.78% from 360); Green value is 29 (11.72% from 255 or 8.06% from 360); Blue value is 249 (97.66% from 255 or 69.17% from 360); Max value from RGB is 249 - color contains mainly: blue. Hex color #521DF9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #521DF9 is #ADE206. Grayscale: #454545. Windows color (decimal): -11395591 or 16325970. OLE color: 16325970.

HSL color Cylindrical-coordinate representation of color #521DF9: hue angle of 254.45º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #521DF9 is Cyan = 0.67, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 82 29 249 -
CMYK 0.67 0.88 0 0.02
HSL 254.45º 0.95% 0.55% -
HSV(B) 254.45º 0.88% 0.98% -
XYZ 21.02 9.51 90.35 -
YUV 69.93 229.06 136.61 -
System Red Green Blue C M Y K H S L
Decimal 82 29 249 0.67 0.88 0 0.02 254.45 0.95 0.55
Hex 52 1D F9 43 58 0 2 FE 5F 37
Octal 122 35 371 103 130 0 2 376 137 67
Binary 1010010 11101 11111001 1000011 1011000 0 10 11111110 1011111 110111

Color Harmonies of #521DF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521DF9

Black with #521DF9

Text Example


Text Example

White with #521DF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,29,249); }

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

background-color css

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

 a { background-color: rgb(82,29,249); }

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

border-color css

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

 span { border-color: rgb(82,29,249); }

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