#3F02D6

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

Shades of Han Purple #3F02D6

Tints of Han Purple #3F02D6

Color information

#3F02D6 (or 0x3F02D6) is unknown color: approx Han Purple. HEX triplet: 3F, 02 and D6. RGB value is (63,2,214). Sum of RGB (Red+Green+Blue) = 63+2+214=279 (36% of max value = 765). Red value is 63 (25% from 255 or 22.58% from 279); Green value is 2 (1.17% from 255 or 0.72% from 279); Blue value is 214 (83.98% from 255 or 76.70% from 279); Max value from RGB is 214 - color contains mainly: blue. Hex color #3F02D6 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3F02D6 is #C0FD29. Grayscale: #2B2B2B. Windows color (decimal): -12647722 or 14025279. OLE color: 14025279.

HSL color Cylindrical-coordinate representation of color #3F02D6: hue angle of 257.26º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3F02D6 is Cyan = 0.71, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB632214-
CMYK0.710.9900.16
HSL257.26º98.15%42.35%-
HSV(B)257.26º99.07%83.92%-
XYZ14.215.9664.02-
YUV44.41223.71141.26-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 22.58%
GREEN value IS 2 (1.17% from 255) = 0.72%
BLUE value IS 214 (83.98% from 255) = 76.70%
R=22.58%
G=0.72%
B=76.70%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal6322140.710.9900.16257.2698.1542.35
Hex3F2D64763010101622a
Octal77232610714302040114252
Binary1111111011010110100011111000110100001000000011100010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F02D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,2,214); }

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

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

 a { background-color: rgb(63,2,214); }

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

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

 span { border-color: rgb(63,2,214); }

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