#3F16F0

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

Shades of Han Purple #3F16F0

Tints of Han Purple #3F16F0

Color information

#3F16F0 (or 0x3F16F0) is unknown color: approx Han Purple. HEX triplet: 3F, 16 and F0. RGB value is (63,22,240). Sum of RGB (Red+Green+Blue) = 63+22+240=325 (43% of max value = 765). Red value is 63 (25% from 255 or 19.38% from 325); Green value is 22 (8.98% from 255 or 6.77% from 325); Blue value is 240 (94.14% from 255 or 73.85% from 325); Max value from RGB is 240 - color contains mainly: blue. Hex color #3F16F0 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3F16F0 is #C0E90F. Grayscale: #3A3A3A. Windows color (decimal): -12642576 or 15734335. OLE color: 15734335.

HSL color Cylindrical-coordinate representation of color #3F16F0: hue angle of 251.28º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3F16F0 is Cyan = 0.74, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB6322240-
CMYK0.740.9100.06
HSL251.28º87.9%51.37%-
HSV(B)251.28º90.83%94.12%-
XYZ18.067.9283.02-
YUV59.11230.08130.77-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 19.38%
GREEN value IS 22 (8.98% from 255) = 6.77%
BLUE value IS 240 (94.14% from 255) = 73.85%
R=19.38%
G=6.77%
B=73.85%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal63222400.740.9100.06251.2887.951.37
Hex3F16F04A5B06fb5833
Octal77263601121330637313063
Binary1111111011011110000100101010110110110111110111011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F16F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3F16F0; }

 p { color: rgb(63,22,240); }

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

<style>
 a { background-color: #3F16F0; }

 a { background-color: rgb(63,22,240); }

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

<style>
 span { border-color: #3F16F0; }

 span { border-color: rgb(63,22,240); }

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