#3F05E7

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

Shades of Han Purple #3F05E7

Tints of Han Purple #3F05E7

Color information

#3F05E7 (or 0x3F05E7) is unknown color: approx Han Purple. HEX triplet: 3F, 05 and E7. RGB value is (63,5,231). Sum of RGB (Red+Green+Blue) = 63+5+231=299 (39% of max value = 765). Red value is 63 (25% from 255 or 21.07% from 299); Green value is 5 (2.34% from 255 or 1.67% from 299); Blue value is 231 (90.62% from 255 or 77.26% from 299); Max value from RGB is 231 - color contains mainly: blue. Hex color #3F05E7 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3F05E7 is #C0FA18. Grayscale: #2F2F2F. Windows color (decimal): -12646937 or 15140159. OLE color: 15140159.

HSL color Cylindrical-coordinate representation of color #3F05E7: hue angle of 255.4º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3F05E7 is Cyan = 0.73, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB635231-
CMYK0.730.9800.09
HSL255.4º95.76%46.27%-
HSV(B)255.4º97.84%90.59%-
XYZ16.536.9376.07-
YUV48.11231.22138.62-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 21.07%
GREEN value IS 5 (2.34% from 255) = 1.67%
BLUE value IS 231 (90.62% from 255) = 77.26%
R=21.07%
G=1.67%
B=77.26%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal6352310.730.9800.09255.495.7646.27
Hex3F5E7496209ff602e
Octal77534711114201137714056
Binary111111101111001111001001110001001001111111111100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F05E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,5,231); }

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

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

 a { background-color: rgb(63,5,231); }

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

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

 span { border-color: rgb(63,5,231); }

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