#3f08f1

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

Shades of Han Purple #3F08F1

Tints of Han Purple #3F08F1

Color information

#3F08F1 (or 0x3F08F1) is unknown color: approx Han Purple. HEX triplet: 3F, 08 and F1. RGB value is (63,8,241). Sum of RGB (Red+Green+Blue) = 63+8+241=312 (41% of max value = 765). Red value is 63 (25% from 255 or 20.19% from 312); Green value is 8 (3.52% from 255 or 2.56% from 312); Blue value is 241 (94.53% from 255 or 77.24% from 312); Max value from RGB is 241 - color contains mainly: blue. Hex color #3F08F1 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3F08F1 is #C0F70E. Grayscale: #323232. Windows color (decimal): -12646159 or 15796287. OLE color: 15796287.

HSL color Cylindrical-coordinate representation of color #3F08F1: hue angle of 254.16º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3F08F1 is Cyan = 0.74, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB638241-
CMYK0.740.9700.05
HSL254.16º93.57%48.82%-
HSV(B)254.16º96.68%94.51%-
XYZ18.017.5883.73-
YUV51.01235.22136.55-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 20.19%
GREEN value IS 8 (3.52% from 255) = 2.56%
BLUE value IS 241 (94.53% from 255) = 77.24%
R=20.19%
G=2.56%
B=77.24%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal6382410.740.9700.05254.1693.5748.82
Hex3F8F14A6105fe5e31
Octal77103611121410537613661
Binary111111100011110001100101011000010101111111101011110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3f08f1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,8,241); }

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

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

 a { background-color: rgb(63,8,241); }

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

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

 span { border-color: rgb(63,8,241); }

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