Html Css Color HEX #521EF9 Han Purple

📋 copy color: '#521EF9'

red 82 ◦ green 30 ◦ blue 249

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

Shades of Han Purple #521EF9

Tints of Han Purple #521EF9

RGB

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

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

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

R = 22.71%
G = 8.31%
B = 68.98%

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

#521EF9 (or 0x521EF9) is known color: Han Purple. HEX triplet: 52, 1E and F9. RGB value is (82,30,249). Sum of RGB (Red+Green+Blue) = 82+30+249=361 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.71% from 361); Green value is 30 (12.11% from 255 or 8.31% from 361); Blue value is 249 (97.66% from 255 or 68.98% from 361); Max value from RGB is 249 - color contains mainly: blue. Hex color #521EF9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #521EF9 is #ADE106. Grayscale: #454545. Windows color (decimal): -11395335 or 16326226. OLE color: 16326226.

HSL color Cylindrical-coordinate representation of color #521EF9: hue angle of 254.25º 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 #521EF9 is Cyan = 0.67, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 82 30 249 -
CMYK 0.67 0.88 0 0.02
HSL 254.25º 0.95% 0.55% -
HSV(B) 254.25º 0.88% 0.98% -
XYZ 21.04 9.56 90.36 -
YUV 70.51 228.73 136.19 -
System Red Green Blue C M Y K H S L
Decimal 82 30 249 0.67 0.88 0 0.02 254.25 0.95 0.55
Hex 52 1E F9 43 58 0 2 FE 5F 37
Octal 122 36 371 103 130 0 2 376 137 67
Binary 1010010 11110 11111001 1000011 1011000 0 10 11111110 1011111 110111

Color Harmonies of #521EF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521EF9

Black with #521EF9

Text Example


Text Example

White with #521EF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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