Html Css Color HEX #521BF9 Han Purple

📋 copy color: '#521BF9'

red 82 ◦ green 27 ◦ blue 249

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

Shades of Han Purple #521BF9

Tints of Han Purple #521BF9

RGB

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

 GREEN value IS 27 (10.94% from 255) = 7.54%

 BLUE value IS 249 (97.66% from 255) = 69.55%

R = 22.91%
G = 7.54%
B = 69.55%

CMYK

 C value IS 0.67

 M value IS 0.89

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#521BF9 (or 0x521BF9) is known color: Han Purple. HEX triplet: 52, 1B and F9. RGB value is (82,27,249). Sum of RGB (Red+Green+Blue) = 82+27+249=358 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.91% from 358); Green value is 27 (10.94% from 255 or 7.54% from 358); Blue value is 249 (97.66% from 255 or 69.55% from 358); Max value from RGB is 249 - color contains mainly: blue. Hex color #521BF9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #521BF9 is #ADE406. Grayscale: #434343. Windows color (decimal): -11396103 or 16325458. OLE color: 16325458.

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

Color convert

RGB 82 27 249 -
CMYK 0.67 0.89 0 0.02
HSL 254.86º 0.95% 0.54% -
HSV(B) 254.86º 0.89% 0.98% -
XYZ 20.97 9.42 90.33 -
YUV 68.75 229.72 137.45 -
System Red Green Blue C M Y K H S L
Decimal 82 27 249 0.67 0.89 0 0.02 254.86 0.95 0.54
Hex 52 1B F9 43 59 0 2 FF 5F 36
Octal 122 33 371 103 131 0 2 377 137 66
Binary 1010010 11011 11111001 1000011 1011001 0 10 11111111 1011111 110110

Color Harmonies of #521BF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521BF9

Black with #521BF9

Text Example


Text Example

White with #521BF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,27,249); }

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

background-color css

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

 a { background-color: rgb(82,27,249); }

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

border-color css

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

 span { border-color: rgb(82,27,249); }

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