Html Css Color HEX #521AEF Han Purple

📋 copy color: '#521AEF'

red 82 ◦ green 26 ◦ blue 239

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

Shades of Han Purple #521AEF

Tints of Han Purple #521AEF

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.49%

 BLUE value IS 239 (93.75% from 255) = 68.88%

R = 23.63%
G = 7.49%
B = 68.88%

CMYK

 C value IS 0.66

 M value IS 0.89

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#521AEF (or 0x521AEF) is known color: Han Purple. HEX triplet: 52, 1A and EF. RGB value is (82,26,239). Sum of RGB (Red+Green+Blue) = 82+26+239=347 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.63% from 347); Green value is 26 (10.55% from 255 or 7.49% from 347); Blue value is 239 (93.75% from 255 or 68.88% from 347); Max value from RGB is 239 - color contains mainly: blue. Hex color #521AEF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #521AEF is #ADE510. Grayscale: #424242. Windows color (decimal): -11396369 or 15669842. OLE color: 15669842.

HSL color Cylindrical-coordinate representation of color #521AEF: hue angle of 255.77º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #521AEF is Cyan = 0.66, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 82 26 239 -
CMYK 0.66 0.89 0 0.06
HSL 255.77º 0.87% 0.52% -
HSV(B) 255.77º 0.89% 0.94% -
XYZ 19.43 8.76 82.33 -
YUV 67.03 225.05 138.68 -
System Red Green Blue C M Y K H S L
Decimal 82 26 239 0.66 0.89 0 0.06 255.77 0.87 0.52
Hex 52 1A EF 42 59 0 6 100 57 34
Octal 122 32 357 102 131 0 6 400 127 64
Binary 1010010 11010 11101111 1000010 1011001 0 110 100000000 1010111 110100

Color Harmonies of #521AEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521AEF

Black with #521AEF

Text Example


Text Example

White with #521AEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,26,239); }

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

background-color css

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

 a { background-color: rgb(82,26,239); }

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

border-color css

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

 span { border-color: rgb(82,26,239); }

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