#3F1FE8

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

Shades of Han Purple #3F1FE8

Tints of Han Purple #3F1FE8

Color information

#3F1FE8 (or 0x3F1FE8) is unknown color: approx Han Purple. HEX triplet: 3F, 1F and E8. RGB value is (63,31,232). Sum of RGB (Red+Green+Blue) = 63+31+232=326 (43% of max value = 765). Red value is 63 (25% from 255 or 19.33% from 326); Green value is 31 (12.5% from 255 or 9.51% from 326); Blue value is 232 (91.02% from 255 or 71.17% from 326); Max value from RGB is 232 - color contains mainly: blue. Hex color #3F1FE8 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3F1FE8 is #C0E017. Grayscale: #3E3E3E. Windows color (decimal): -12640280 or 15212351. OLE color: 15212351.

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

Color convert

RGB6331232-
CMYK0.730.8700.09
HSL249.55º81.38%51.57%-
HSV(B)249.55º86.64%90.98%-
XYZ17.117.8676.96-
YUV63.48223.1127.66-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 19.33%
GREEN value IS 31 (12.5% from 255) = 9.51%
BLUE value IS 232 (91.02% from 255) = 71.17%
R=19.33%
G=9.51%
B=71.17%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal63312320.730.8700.09249.5581.3851.57
Hex3F1FE8495709fa5134
Octal773735011112701137212164
Binary11111111111111010001001001101011101001111110101010001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F1FE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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