#3208F9

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

Shades of Han Purple #3208F9

Tints of Han Purple #3208F9

Color information

#3208F9 (or 0x3208F9) is unknown color: approx Han Purple. HEX triplet: 32, 08 and F9. RGB value is (50,8,249). Sum of RGB (Red+Green+Blue) = 50+8+249=307 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.29% from 307); Green value is 8 (3.52% from 255 or 2.61% from 307); Blue value is 249 (97.66% from 255 or 81.11% from 307); Max value from RGB is 249 - color contains mainly: blue. Hex color #3208F9 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3208F9 is #CDF706. Grayscale: #2F2F2F. Windows color (decimal): -13498119 or 16320562. OLE color: 16320562.

HSL color Cylindrical-coordinate representation of color #3208F9: hue angle of 250.46º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3208F9 is Cyan = 0.80, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB508249-
CMYK0.800.9700.02
HSL250.46º95.26%50.39%-
HSV(B)250.46º96.79%97.65%-
XYZ18.57.6990.13-
YUV48.03241.41129.4-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 16.29%
GREEN value IS 8 (3.52% from 255) = 2.61%
BLUE value IS 249 (97.66% from 255) = 81.11%
R=16.29%
G=2.61%
B=81.11%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal5082490.800.9700.02250.4695.2650.39
Hex328F9506102fa5f32
Octal62103711201410237213762
Binary11001010001111100110100001100001010111110101011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3208F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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