Html Css Color HEX #521AFF Han Purple

📋 copy color: '#521AFF'

red 82 ◦ green 26 ◦ blue 255

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

Shades of Han Purple #521AFF

Tints of Han Purple #521AFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 70.25%

R = 22.59%
G = 7.16%
B = 70.25%

CMYK

 C value IS 0.68

 M value IS 0.90

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#521AFF (or 0x521AFF) is known color: Han Purple. HEX triplet: 52, 1A and FF. RGB value is (82,26,255). Sum of RGB (Red+Green+Blue) = 82+26+255=363 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.59% from 363); Green value is 26 (10.55% from 255 or 7.16% from 363); Blue value is 255 (100% from 255 or 70.25% from 363); Max value from RGB is 255 - color contains mainly: blue. Hex color #521AFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #521AFF is #ADE500. Grayscale: #434343. Windows color (decimal): -11396353 or 16718418. OLE color: 16718418.

HSL color Cylindrical-coordinate representation of color #521AFF: hue angle of 254.67º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #521AFF is Cyan = 0.68, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 82 26 255 -
CMYK 0.68 0.90 0 0
HSL 254.67º 1% 0.55% -
HSV(B) 254.67º 0.9% 1% -
XYZ 21.9 9.75 95.34 -
YUV 68.85 233.05 137.38 -
System Red Green Blue C M Y K H S L
Decimal 82 26 255 0.68 0.90 0 0 254.67 1 0.55
Hex 52 1A FF 44 5A 0 0 FF 64 37
Octal 122 32 377 104 132 0 0 377 144 67
Binary 1010010 11010 11111111 1000100 1011010 0 0 11111111 1100100 110111

Color Harmonies of #521AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521AFF

Black with #521AFF

Text Example


Text Example

White with #521AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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