Html Css Color HEX #521AE8 Han Purple

📋 copy color: '#521AE8'

red 82 ◦ green 26 ◦ blue 232

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

Shades of Han Purple #521AE8

Tints of Han Purple #521AE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 68.24%

R = 24.12%
G = 7.65%
B = 68.24%

CMYK

 C value IS 0.65

 M value IS 0.89

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#521AE8 (or 0x521AE8) is known color: Han Purple. HEX triplet: 52, 1A and E8. RGB value is (82,26,232). Sum of RGB (Red+Green+Blue) = 82+26+232=340 (45% of max value = 765). Red value is 82 (32.42% from 255 or 24.12% from 340); Green value is 26 (10.55% from 255 or 7.65% from 340); Blue value is 232 (91.02% from 255 or 68.24% from 340); Max value from RGB is 232 - color contains mainly: blue. Hex color #521AE8 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #521AE8 is #ADE517. Grayscale: #414141. Windows color (decimal): -11396376 or 15211090. OLE color: 15211090.

HSL color Cylindrical-coordinate representation of color #521AE8: hue angle of 256.31º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #521AE8 is Cyan = 0.65, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 82 26 232 -
CMYK 0.65 0.89 0 0.09
HSL 256.31º 0.82% 0.51% -
HSV(B) 256.31º 0.89% 0.91% -
XYZ 18.41 8.36 76.99 -
YUV 66.23 221.55 139.25 -
System Red Green Blue C M Y K H S L
Decimal 82 26 232 0.65 0.89 0 0.09 256.31 0.82 0.51
Hex 52 1A E8 41 59 0 9 100 52 33
Octal 122 32 350 101 131 0 11 400 122 63
Binary 1010010 11010 11101000 1000001 1011001 0 1001 100000000 1010010 110011

Color Harmonies of #521AE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521AE8

Black with #521AE8

Text Example


Text Example

White with #521AE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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