#3F03F1

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

Shades of Han Purple #3F03F1

Tints of Han Purple #3F03F1

Color information

#3F03F1 (or 0x3F03F1) is unknown color: approx Han Purple. HEX triplet: 3F, 03 and F1. RGB value is (63,3,241). Sum of RGB (Red+Green+Blue) = 63+3+241=307 (40% of max value = 765). Red value is 63 (25% from 255 or 20.52% from 307); Green value is 3 (1.56% from 255 or 0.98% from 307); Blue value is 241 (94.53% from 255 or 78.50% from 307); Max value from RGB is 241 - color contains mainly: blue. Hex color #3F03F1 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3F03F1 is #C0FC0E. Grayscale: #2F2F2F. Windows color (decimal): -12647439 or 15795007. OLE color: 15795007.

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

Color convert

RGB633241-
CMYK0.740.9900.05
HSL255.13º97.54%47.84%-
HSV(B)255.13º98.76%94.51%-
XYZ17.967.4783.71-
YUV48.07236.88138.65-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 20.52%
GREEN value IS 3 (1.56% from 255) = 0.98%
BLUE value IS 241 (94.53% from 255) = 78.50%
R=20.52%
G=0.98%
B=78.50%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal6332410.740.9900.05255.1397.5447.84
Hex3F3F14A6305ff6230
Octal7733611121430537714260
Binary1111111111110001100101011000110101111111111100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F03F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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