#3F28E8

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

Shades of Han Purple #3F28E8

Tints of Han Purple #3F28E8

Color information

#3F28E8 (or 0x3F28E8) is unknown color: approx Han Purple. HEX triplet: 3F, 28 and E8. RGB value is (63,40,232). Sum of RGB (Red+Green+Blue) = 63+40+232=335 (44% of max value = 765). Red value is 63 (25% from 255 or 18.81% from 335); Green value is 40 (16.02% from 255 or 11.94% from 335); Blue value is 232 (91.02% from 255 or 69.25% from 335); Max value from RGB is 232 - color contains mainly: blue. Hex color #3F28E8 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3F28E8 is #C0D717. Grayscale: #444444. Windows color (decimal): -12637976 or 15214655. OLE color: 15214655.

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

Color convert

RGB6340232-
CMYK0.730.8300.09
HSL247.19º80.67%53.33%-
HSV(B)247.19º82.76%90.98%-
XYZ17.378.477.05-
YUV68.76220.12123.89-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 18.81%
GREEN value IS 40 (16.02% from 255) = 11.94%
BLUE value IS 232 (91.02% from 255) = 69.25%
R=18.81%
G=11.94%
B=69.25%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal63402320.730.8300.09247.1980.6753.33
Hex3F28E8495309f75135
Octal775035011112301136712165
Binary111111101000111010001001001101001101001111101111010001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F28E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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