#5222F9

Color #5222F9 Han Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Han Purple #5222F9

Tints of Han Purple #5222F9

Color information

#5222F9 (or 0x5222F9) is unknown color: approx Han Purple. HEX triplet: 52, 22 and F9. RGB value is (82,34,249). Sum of RGB (Red+Green+Blue) = 82+34+249=365 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.47% from 365); Green value is 34 (13.67% from 255 or 9.32% from 365); Blue value is 249 (97.66% from 255 or 68.22% from 365); Max value from RGB is 249 - color contains mainly: blue. Hex color #5222F9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5222F9 is #ADDD06. Grayscale: #484848. Windows color (decimal): -11394311 or 16327250. OLE color: 16327250.

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

Color convert

RGB8234249-
CMYK0.670.8600.02
HSL253.4º94.71%55.49%-
HSV(B)253.4º86.35%97.65%-
XYZ21.159.7890.4-
YUV72.86227.4134.52-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 22.47%
GREEN value IS 34 (13.67% from 255) = 9.32%
BLUE value IS 249 (97.66% from 255) = 68.22%
R=22.47%
G=9.32%
B=68.22%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal82342490.670.8600.02253.494.7155.49
Hex5222F9435602fd5f37
Octal122423711031260237513767
Binary10100101000101111100110000111010110010111111011011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5222F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #5222F9;
 }
 .AnyTagClassName
 {
   color: #5222F9;
 }
</style>
background-color css

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

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

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

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

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

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