#3E01F5

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

Shades of Han Purple #3E01F5

Tints of Han Purple #3E01F5

Color information

#3E01F5 (or 0x3E01F5) is unknown color: approx Han Purple. HEX triplet: 3E, 01 and F5. RGB value is (62,1,245). Sum of RGB (Red+Green+Blue) = 62+1+245=308 (40% of max value = 765). Red value is 62 (24.61% from 255 or 20.13% from 308); Green value is 1 (0.78% from 255 or 0.32% from 308); Blue value is 245 (96.09% from 255 or 79.55% from 308); Max value from RGB is 245 - color contains mainly: blue. Hex color #3E01F5 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3E01F5 is #C1FE0A. Grayscale: #2E2E2E. Windows color (decimal): -12713483 or 16056638. OLE color: 16056638.

HSL color Cylindrical-coordinate representation of color #3E01F5: hue angle of 255º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3E01F5 is Cyan = 0.75, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB621245-
CMYK0.751.0000.04
HSL255º99.19%48.24%-
HSV(B)255º99.59%96.08%-
XYZ18.487.6486.89-
YUV47.06239.71138.66-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 20.13%
GREEN value IS 1 (0.78% from 255) = 0.32%
BLUE value IS 245 (96.09% from 255) = 79.55%
R=20.13%
G=0.32%
B=79.55%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 1.00
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal6212450.751.0000.0425599.1948.24
Hex3E1F54B6404ff6330
Octal7613651131440437714360
Binary111110111110101100101111001000100111111111100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E01F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,1,245); }

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

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

 a { background-color: rgb(62,1,245); }

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

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

 span { border-color: rgb(62,1,245); }

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