Html Css Color HEX #521AEE Han Purple

📋 copy color: '#521AEE'

red 82 ◦ green 26 ◦ blue 238

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

Shades of Han Purple #521AEE

Tints of Han Purple #521AEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 68.79%

R = 23.7%
G = 7.51%
B = 68.79%

CMYK

 C value IS 0.66

 M value IS 0.89

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#521AEE (or 0x521AEE) is known color: Han Purple. HEX triplet: 52, 1A and EE. RGB value is (82,26,238). Sum of RGB (Red+Green+Blue) = 82+26+238=346 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.70% from 346); Green value is 26 (10.55% from 255 or 7.51% from 346); Blue value is 238 (93.36% from 255 or 68.79% from 346); Max value from RGB is 238 - color contains mainly: blue. Hex color #521AEE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #521AEE is #ADE511. Grayscale: #424242. Windows color (decimal): -11396370 or 15604306. OLE color: 15604306.

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

Color convert

RGB 82 26 238 -
CMYK 0.66 0.89 0 0.07
HSL 255.85º 0.86% 0.52% -
HSV(B) 255.85º 0.89% 0.93% -
XYZ 19.28 8.71 81.55 -
YUV 66.91 224.55 138.76 -
System Red Green Blue C M Y K H S L
Decimal 82 26 238 0.66 0.89 0 0.07 255.85 0.86 0.52
Hex 52 1A EE 42 59 0 7 100 56 34
Octal 122 32 356 102 131 0 7 400 126 64
Binary 1010010 11010 11101110 1000010 1011001 0 111 100000000 1010110 110100

Color Harmonies of #521AEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521AEE

Black with #521AEE

Text Example


Text Example

White with #521AEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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