#3214F0

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

Shades of Han Purple #3214F0

Tints of Han Purple #3214F0

Color information

#3214F0 (or 0x3214F0) is unknown color: approx Han Purple. HEX triplet: 32, 14 and F0. RGB value is (50,20,240). Sum of RGB (Red+Green+Blue) = 50+20+240=310 (41% of max value = 765). Red value is 50 (19.92% from 255 or 16.13% from 310); Green value is 20 (8.20% from 255 or 6.45% from 310); Blue value is 240 (94.14% from 255 or 77.42% from 310); Max value from RGB is 240 - color contains mainly: blue. Hex color #3214F0 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3214F0 is #CDEB0F. Grayscale: #353535. Windows color (decimal): -13495056 or 15733810. OLE color: 15733810.

HSL color Cylindrical-coordinate representation of color #3214F0: hue angle of 248.18º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3214F0 is Cyan = 0.79, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB5020240-
CMYK0.790.9200.06
HSL248.18º88%50.98%-
HSV(B)248.18º91.67%94.12%-
XYZ17.297.4782.97-
YUV54.05232.94125.11-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 16.13%
GREEN value IS 20 (8.20% from 255) = 6.45%
BLUE value IS 240 (94.14% from 255) = 77.42%
R=16.13%
G=6.45%
B=77.42%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal50202400.790.9200.06248.188850.98
Hex3214F04F5C06f85833
Octal62243601171340637013063
Binary1100101010011110000100111110111000110111110001011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3214F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3214F0; }

 p { color: rgb(50,20,240); }

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

<style>
 a { background-color: #3214F0; }

 a { background-color: rgb(50,20,240); }

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

<style>
 span { border-color: #3214F0; }

 span { border-color: rgb(50,20,240); }

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