#5202F1

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

Shades of Han Purple #5202F1

Tints of Han Purple #5202F1

Color information

#5202F1 (or 0x5202F1) is unknown color: approx Han Purple. HEX triplet: 52, 02 and F1. RGB value is (82,2,241). Sum of RGB (Red+Green+Blue) = 82+2+241=325 (43% of max value = 765). Red value is 82 (32.42% from 255 or 25.23% from 325); Green value is 2 (1.17% from 255 or 0.62% from 325); Blue value is 241 (94.53% from 255 or 74.15% from 325); Max value from RGB is 241 - color contains mainly: blue. Hex color #5202F1 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5202F1 is #ADFD0E. Grayscale: #343434. Windows color (decimal): -11402511 or 15794770. OLE color: 15794770.

HSL color Cylindrical-coordinate representation of color #5202F1: hue angle of 260.08º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5202F1 is Cyan = 0.66, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB822241-
CMYK0.660.9900.05
HSL260.08º98.35%47.65%-
HSV(B)260.08º99.17%94.51%-
XYZ19.388.1983.78-
YUV53.17234148.57-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 25.23%
GREEN value IS 2 (1.17% from 255) = 0.62%
BLUE value IS 241 (94.53% from 255) = 74.15%
R=25.23%
G=0.62%
B=74.15%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal8222410.660.9900.05260.0898.3547.65
Hex522F14263051046230
Octal12223611021430540414260
Binary101001010111100011000010110001101011000001001100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5202F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5202F1; }

 p { color: rgb(82,2,241); }

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

<style>
 a { background-color: #5202F1; }

 a { background-color: rgb(82,2,241); }

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

<style>
 span { border-color: #5202F1; }

 span { border-color: rgb(82,2,241); }

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