#3206FD

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

Shades of Han Purple #3206FD

Tints of Han Purple #3206FD

Color information

#3206FD (or 0x3206FD) is unknown color: approx Han Purple. HEX triplet: 32, 06 and FD. RGB value is (50,6,253). Sum of RGB (Red+Green+Blue) = 50+6+253=309 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.18% from 309); Green value is 6 (2.73% from 255 or 1.94% from 309); Blue value is 253 (99.22% from 255 or 81.88% from 309); Max value from RGB is 253 - color contains mainly: blue. Hex color #3206FD is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3206FD is #CDF902. Grayscale: #2E2E2E. Windows color (decimal): -13498627 or 16582194. OLE color: 16582194.

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

Color convert

RGB506253-
CMYK0.800.9800.01
HSL250.69º98.41%50.78%-
HSV(B)250.69º97.63%99.22%-
XYZ19.117.993.45-
YUV47.31244.08129.92-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 16.18%
GREEN value IS 6 (2.73% from 255) = 1.94%
BLUE value IS 253 (99.22% from 255) = 81.88%
R=16.18%
G=1.94%
B=81.88%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal5062530.800.9800.01250.6998.4150.78
Hex326FD506201fb6233
Octal6263751201420137314263
Binary110010110111111011010000110001001111110111100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3206FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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