#3220DF

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

Shades of Han Purple #3220DF

Tints of Han Purple #3220DF

Color information

#3220DF (or 0x3220DF) is unknown color: approx Han Purple. HEX triplet: 32, 20 and DF. RGB value is (50,32,223). Sum of RGB (Red+Green+Blue) = 50+32+223=305 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.39% from 305); Green value is 32 (12.89% from 255 or 10.49% from 305); Blue value is 223 (87.5% from 255 or 73.11% from 305); Max value from RGB is 223 - color contains mainly: blue. Hex color #3220DF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3220DF is #CDDF20. Grayscale: #3A3A3A. Windows color (decimal): -13492001 or 14622770. OLE color: 14622770.

HSL color Cylindrical-coordinate representation of color #3220DF: hue angle of 245.65º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3220DF is Cyan = 0.78, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB5032223-
CMYK0.780.8600.13
HSL245.65º74.9%50%-
HSV(B)245.65º85.65%87.45%-
XYZ15.157.0470.37-
YUV59.16220.46121.47-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 16.39%
GREEN value IS 32 (12.89% from 255) = 10.49%
BLUE value IS 223 (87.5% from 255) = 73.11%
R=16.39%
G=10.49%
B=73.11%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal50322230.780.8600.13245.6574.950
Hex3220DF4E560Df64b32
Octal624033711612601536611362
Binary110010100000110111111001110101011001101111101101001011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3220DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3220DF; }

 p { color: rgb(50,32,223); }

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

<style>
 a { background-color: #3220DF; }

 a { background-color: rgb(50,32,223); }

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

<style>
 span { border-color: #3220DF; }

 span { border-color: rgb(50,32,223); }

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