#5202EB

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

Shades of Han Purple #5202EB

Tints of Han Purple #5202EB

Color information

#5202EB (or 0x5202EB) is unknown color: approx Han Purple. HEX triplet: 52, 02 and EB. RGB value is (82,2,235). Sum of RGB (Red+Green+Blue) = 82+2+235=319 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.71% from 319); Green value is 2 (1.17% from 255 or 0.63% from 319); Blue value is 235 (92.19% from 255 or 73.67% from 319); Max value from RGB is 235 - color contains mainly: blue. Hex color #5202EB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5202EB is #ADFD14. Grayscale: #333333. Windows color (decimal): -11402517 or 15401554. OLE color: 15401554.

HSL color Cylindrical-coordinate representation of color #5202EB: hue angle of 260.6º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5202EB is Cyan = 0.65, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB822235-
CMYK0.650.9900.08
HSL260.6º98.31%46.47%-
HSV(B)260.6º99.15%92.16%-
XYZ18.57.8479.13-
YUV52.48231149.05-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 25.71%
GREEN value IS 2 (1.17% from 255) = 0.63%
BLUE value IS 235 (92.19% from 255) = 73.67%
R=25.71%
G=0.63%
B=73.67%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal8222350.650.9900.08260.698.3146.47
Hex522EB416308105622e
Octal122235310114301040514256
Binary1010010101110101110000011100011010001000001011100010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5202EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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