Html Css Color HEX #521EFA Han Purple

📋 copy color: '#521EFA'

red 82 ◦ green 30 ◦ blue 250

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

Shades of Han Purple #521EFA

Tints of Han Purple #521EFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 69.06%

R = 22.65%
G = 8.29%
B = 69.06%

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

#521EFA (or 0x521EFA) is known color: Han Purple. HEX triplet: 52, 1E and FA. RGB value is (82,30,250). Sum of RGB (Red+Green+Blue) = 82+30+250=362 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.65% from 362); Green value is 30 (12.11% from 255 or 8.29% from 362); Blue value is 250 (98.05% from 255 or 69.06% from 362); Max value from RGB is 250 - color contains mainly: blue. Hex color #521EFA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #521EFA is #ADE105. Grayscale: #454545. Windows color (decimal): -11395334 or 16391762. OLE color: 16391762.

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

Color convert

RGB 82 30 250 -
CMYK 0.67 0.88 0 0.02
HSL 254.18º 0.96% 0.55% -
HSV(B) 254.18º 0.88% 0.98% -
XYZ 21.2 9.62 91.18 -
YUV 70.63 229.23 136.11 -
System Red Green Blue C M Y K H S L
Decimal 82 30 250 0.67 0.88 0 0.02 254.18 0.96 0.55
Hex 52 1E FA 43 58 0 2 FE 60 37
Octal 122 36 372 103 130 0 2 376 140 67
Binary 1010010 11110 11111010 1000011 1011000 0 10 11111110 1100000 110111

Color Harmonies of #521EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521EFA

Black with #521EFA

Text Example


Text Example

White with #521EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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