Html Css Color HEX #521AFA Han Purple

📋 copy color: '#521AFA'

red 82 ◦ green 26 ◦ blue 250

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

Shades of Han Purple #521AFA

Tints of Han Purple #521AFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 69.83%

R = 22.91%
G = 7.26%
B = 69.83%

CMYK

 C value IS 0.67

 M value IS 0.90

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#521AFA (or 0x521AFA) is known color: Han Purple. HEX triplet: 52, 1A and FA. RGB value is (82,26,250). Sum of RGB (Red+Green+Blue) = 82+26+250=358 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.91% from 358); Green value is 26 (10.55% from 255 or 7.26% from 358); Blue value is 250 (98.05% from 255 or 69.83% from 358); Max value from RGB is 250 - color contains mainly: blue. Hex color #521AFA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #521AFA is #ADE505. Grayscale: #434343. Windows color (decimal): -11396358 or 16390738. OLE color: 16390738.

HSL color Cylindrical-coordinate representation of color #521AFA: hue angle of 255º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #521AFA is Cyan = 0.67, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 82 26 250 -
CMYK 0.67 0.90 0 0.02
HSL 255º 0.96% 0.54% -
HSV(B) 255º 0.9% 0.98% -
XYZ 21.1 9.43 91.15 -
YUV 68.28 230.55 137.79 -
System Red Green Blue C M Y K H S L
Decimal 82 26 250 0.67 0.90 0 0.02 255 0.96 0.54
Hex 52 1A FA 43 5A 0 2 FF 60 36
Octal 122 32 372 103 132 0 2 377 140 66
Binary 1010010 11010 11111010 1000011 1011010 0 10 11111111 1100000 110110

Color Harmonies of #521AFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521AFA

Black with #521AFA

Text Example


Text Example

White with #521AFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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