#3F1FE4

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

Shades of Han Purple #3F1FE4

Tints of Han Purple #3F1FE4

Color information

#3F1FE4 (or 0x3F1FE4) is unknown color: approx Han Purple. HEX triplet: 3F, 1F and E4. RGB value is (63,31,228). Sum of RGB (Red+Green+Blue) = 63+31+228=322 (42% of max value = 765). Red value is 63 (25% from 255 or 19.57% from 322); Green value is 31 (12.5% from 255 or 9.63% from 322); Blue value is 228 (89.45% from 255 or 70.81% from 322); Max value from RGB is 228 - color contains mainly: blue. Hex color #3F1FE4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3F1FE4 is #C0E01B. Grayscale: #3E3E3E. Windows color (decimal): -12640284 or 14950207. OLE color: 14950207.

HSL color Cylindrical-coordinate representation of color #3F1FE4: hue angle of 249.75º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3F1FE4 is Cyan = 0.72, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB6331228-
CMYK0.720.8600.11
HSL249.75º78.49%50.78%-
HSV(B)249.75º86.4%89.41%-
XYZ16.547.6474-
YUV63.03221.1127.98-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 19.57%
GREEN value IS 31 (12.5% from 255) = 9.63%
BLUE value IS 228 (89.45% from 255) = 70.81%
R=19.57%
G=9.63%
B=70.81%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal63312280.720.8600.11249.7578.4950.78
Hex3F1FE448560Bfa4e33
Octal773734411012601337211663
Binary11111111111111001001001000101011001011111110101001110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F1FE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,31,228); }

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

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

 a { background-color: rgb(63,31,228); }

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

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

 span { border-color: rgb(63,31,228); }

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