#3f11e8

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

Shades of Han Purple #3F11E8

Tints of Han Purple #3F11E8

Color information

#3F11E8 (or 0x3F11E8) is unknown color: approx Han Purple. HEX triplet: 3F, 11 and E8. RGB value is (63,17,232). Sum of RGB (Red+Green+Blue) = 63+17+232=312 (41% of max value = 765). Red value is 63 (25% from 255 or 20.19% from 312); Green value is 17 (7.03% from 255 or 5.45% from 312); Blue value is 232 (91.02% from 255 or 74.36% from 312); Max value from RGB is 232 - color contains mainly: blue. Hex color #3F11E8 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3F11E8 is #C0EE17. Grayscale: #363636. Windows color (decimal): -12643864 or 15208767. OLE color: 15208767.

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

Color convert

RGB6317232-
CMYK0.730.9300.09
HSL252.84º86.35%48.82%-
HSV(B)252.84º92.67%90.98%-
XYZ16.827.2876.86-
YUV55.26227.74133.52-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 20.19%
GREEN value IS 17 (7.03% from 255) = 5.45%
BLUE value IS 232 (91.02% from 255) = 74.36%
R=20.19%
G=5.45%
B=74.36%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal63172320.730.9300.09252.8486.3548.82
Hex3F11E8495D09fd5631
Octal772135011113501137512661
Binary11111110001111010001001001101110101001111111011010110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3f11e8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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