#3225F0

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

Shades of Han Purple #3225F0

Tints of Han Purple #3225F0

Color information

#3225F0 (or 0x3225F0) is unknown color: approx Han Purple. HEX triplet: 32, 25 and F0. RGB value is (50,37,240). Sum of RGB (Red+Green+Blue) = 50+37+240=327 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.29% from 327); Green value is 37 (14.84% from 255 or 11.31% from 327); Blue value is 240 (94.14% from 255 or 73.39% from 327); Max value from RGB is 240 - color contains mainly: blue. Hex color #3225F0 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3225F0 is #CDDA0F. Grayscale: #3F3F3F. Windows color (decimal): -13490704 or 15738162. OLE color: 15738162.

HSL color Cylindrical-coordinate representation of color #3225F0: hue angle of 243.84º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3225F0 is Cyan = 0.79, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB5037240-
CMYK0.790.8500.06
HSL243.84º87.12%54.31%-
HSV(B)243.84º84.58%94.12%-
XYZ17.718.2983.11-
YUV64.03227.31117.99-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 15.29%
GREEN value IS 37 (14.84% from 255) = 11.31%
BLUE value IS 240 (94.14% from 255) = 73.39%
R=15.29%
G=11.31%
B=73.39%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal50372400.790.8500.06243.8487.1254.31
Hex3225F04F5506f45736
Octal62453601171250636412766
Binary11001010010111110000100111110101010110111101001010111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3225F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3225F0; }

 p { color: rgb(50,37,240); }

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

<style>
 a { background-color: #3225F0; }

 a { background-color: rgb(50,37,240); }

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

<style>
 span { border-color: #3225F0; }

 span { border-color: rgb(50,37,240); }

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