#3201F9

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

Shades of Han Purple #3201F9

Tints of Han Purple #3201F9

Color information

#3201F9 (or 0x3201F9) is unknown color: approx Han Purple. HEX triplet: 32, 01 and F9. RGB value is (50,1,249). Sum of RGB (Red+Green+Blue) = 50+1+249=300 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.67% from 300); Green value is 1 (0.78% from 255 or 0.33% from 300); Blue value is 249 (97.66% from 255 or 83% from 300); Max value from RGB is 249 - color contains mainly: blue. Hex color #3201F9 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3201F9 is #CDFE06. Grayscale: #2A2A2A. Windows color (decimal): -13499911 or 16318770. OLE color: 16318770.

HSL color Cylindrical-coordinate representation of color #3201F9: hue angle of 251.85º 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 #3201F9 is Cyan = 0.80, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB501249-
CMYK0.801.0000.02
HSL251.85º99.2%49.02%-
HSV(B)251.85º99.6%97.65%-
XYZ18.437.5490.11-
YUV43.92243.73132.33-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 16.67%
GREEN value IS 1 (0.78% from 255) = 0.33%
BLUE value IS 249 (97.66% from 255) = 83%
R=16.67%
G=0.33%
B=83%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 1.00
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal5012490.801.0000.02251.8599.249.02
Hex321F9506402fc6331
Octal6213711201440237414361
Binary11001011111100110100001100100010111111001100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3201F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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