#3201FA

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

Shades of Han Purple #3201FA

Tints of Han Purple #3201FA

Color information

#3201FA (or 0x3201FA) is unknown color: approx Han Purple. HEX triplet: 32, 01 and FA. RGB value is (50,1,250). Sum of RGB (Red+Green+Blue) = 50+1+250=301 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.61% from 301); Green value is 1 (0.78% from 255 or 0.33% from 301); Blue value is 250 (98.05% from 255 or 83.06% from 301); Max value from RGB is 250 - color contains mainly: blue. Hex color #3201FA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3201FA is #CDFE05. Grayscale: #2B2B2B. Windows color (decimal): -13499910 or 16384306. OLE color: 16384306.

HSL color Cylindrical-coordinate representation of color #3201FA: hue angle of 251.81º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3201FA is Cyan = 0.8, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB501250-
CMYK0.81.0000.02
HSL251.81º99.2%49.22%-
HSV(B)251.81º99.6%98.04%-
XYZ18.587.690.93-
YUV44.04244.23132.25-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 16.61%
GREEN value IS 1 (0.78% from 255) = 0.33%
BLUE value IS 250 (98.05% from 255) = 83.06%
R=16.61%
G=0.33%
B=83.06%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 1.00
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal5012500.81.0000.02251.8199.249.22
Hex321FA506402fc6331
Octal6213721201440237414361
Binary11001011111101010100001100100010111111001100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3201FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3201FA; }

 p { color: rgb(50,1,250); }

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

<style>
 a { background-color: #3201FA; }

 a { background-color: rgb(50,1,250); }

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

<style>
 span { border-color: #3201FA; }

 span { border-color: rgb(50,1,250); }

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