#3210FD

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

Shades of Han Purple #3210FD

Tints of Han Purple #3210FD

Color information

#3210FD (or 0x3210FD) is unknown color: approx Han Purple. HEX triplet: 32, 10 and FD. RGB value is (50,16,253). Sum of RGB (Red+Green+Blue) = 50+16+253=319 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.67% from 319); Green value is 16 (6.64% from 255 or 5.02% from 319); Blue value is 253 (99.22% from 255 or 79.31% from 319); Max value from RGB is 253 - color contains mainly: blue. Hex color #3210FD is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3210FD is #CDEF02. Grayscale: #343434. Windows color (decimal): -13496067 or 16584754. OLE color: 16584754.

HSL color Cylindrical-coordinate representation of color #3210FD: hue angle of 248.61º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3210FD is Cyan = 0.80, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB5016253-
CMYK0.800.9400.01
HSL248.61º98.34%52.75%-
HSV(B)248.61º93.68%99.22%-
XYZ19.238.1493.49-
YUV53.18240.76125.73-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 15.67%
GREEN value IS 16 (6.64% from 255) = 5.02%
BLUE value IS 253 (99.22% from 255) = 79.31%
R=15.67%
G=5.02%
B=79.31%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal50162530.800.9400.01248.6198.3452.75
Hex3210FD505E01f96235
Octal62203751201360137114265
Binary11001010000111111011010000101111001111110011100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3210FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3210FD; }

 p { color: rgb(50,16,253); }

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

<style>
 a { background-color: #3210FD; }

 a { background-color: rgb(50,16,253); }

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

<style>
 span { border-color: #3210FD; }

 span { border-color: rgb(50,16,253); }

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