Html Css Color HEX #5227F9 Han Purple

📋 copy color: '#5227F9'

red 82 ◦ green 39 ◦ blue 249

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

Shades of Han Purple #5227F9

Tints of Han Purple #5227F9

RGB

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

 GREEN value IS 39 (15.63% from 255) = 10.54%

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

R = 22.16%
G = 10.54%
B = 67.3%

CMYK

 C value IS 0.67

 M value IS 0.84

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5227F9 (or 0x5227F9) is known color: Han Purple. HEX triplet: 52, 27 and F9. RGB value is (82,39,249). Sum of RGB (Red+Green+Blue) = 82+39+249=370 (49% of max value = 765). Red value is 82 (32.42% from 255 or 22.16% from 370); Green value is 39 (15.62% from 255 or 10.54% from 370); Blue value is 249 (97.66% from 255 or 67.30% from 370); Max value from RGB is 249 - color contains mainly: blue. Hex color #5227F9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5227F9 is #ADD806. Grayscale: #4B4B4B. Windows color (decimal): -11393031 or 16328530. OLE color: 16328530.

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

Color convert

RGB 82 39 249 -
CMYK 0.67 0.84 0 0.02
HSL 252.29º 0.95% 0.56% -
HSV(B) 252.29º 0.84% 0.98% -
XYZ 21.3 10.08 90.45 -
YUV 75.8 225.75 132.42 -
System Red Green Blue C M Y K H S L
Decimal 82 39 249 0.67 0.84 0 0.02 252.29 0.95 0.56
Hex 52 27 F9 43 54 0 2 FC 5F 38
Octal 122 47 371 103 124 0 2 374 137 70
Binary 1010010 100111 11111001 1000011 1010100 0 10 11111100 1011111 111000

Color Harmonies of #5227F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5227F9

Black with #5227F9

Text Example


Text Example

White with #5227F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5227F9; }

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

 H1.HeaderClassName
 {
   color: #5227F9;
 }
 .AnyTagClassName
 {
   color: #5227F9;
 }
</style>

background-color css

<style>
 a { background-color: #5227F9; }

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

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

border-color css

<style>
 span { border-color: #5227F9; }

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

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