Html Css Color HEX #521EF3 Han Purple

📋 copy color: '#521EF3'

red 82 ◦ green 30 ◦ blue 243

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

Shades of Han Purple #521EF3

Tints of Han Purple #521EF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 68.45%

R = 23.1%
G = 8.45%
B = 68.45%

CMYK

 C value IS 0.66

 M value IS 0.88

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#521EF3 (or 0x521EF3) is known color: Han Purple. HEX triplet: 52, 1E and F3. RGB value is (82,30,243). Sum of RGB (Red+Green+Blue) = 82+30+243=355 (47% of max value = 765). Red value is 82 (32.42% from 255 or 23.10% from 355); Green value is 30 (12.11% from 255 or 8.45% from 355); Blue value is 243 (95.31% from 255 or 68.45% from 355); Max value from RGB is 243 - color contains mainly: blue. Hex color #521EF3 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #521EF3 is #ADE10C. Grayscale: #454545. Windows color (decimal): -11395341 or 15933010. OLE color: 15933010.

HSL color Cylindrical-coordinate representation of color #521EF3: hue angle of 254.65º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #521EF3 is Cyan = 0.66, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 82 30 243 -
CMYK 0.66 0.88 0 0.05
HSL 254.65º 0.9% 0.54% -
HSV(B) 254.65º 0.88% 0.95% -
XYZ 20.12 9.19 85.51 -
YUV 69.83 225.73 136.68 -
System Red Green Blue C M Y K H S L
Decimal 82 30 243 0.66 0.88 0 0.05 254.65 0.9 0.54
Hex 52 1E F3 42 58 0 5 FF 5A 36
Octal 122 36 363 102 130 0 5 377 132 66
Binary 1010010 11110 11110011 1000010 1011000 0 101 11111111 1011010 110110

Color Harmonies of #521EF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521EF3

Black with #521EF3

Text Example


Text Example

White with #521EF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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