#3E01FC

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

Shades of Han Purple #3E01FC

Tints of Han Purple #3E01FC

Color information

#3E01FC (or 0x3E01FC) is unknown color: approx Han Purple. HEX triplet: 3E, 01 and FC. RGB value is (62,1,252). Sum of RGB (Red+Green+Blue) = 62+1+252=315 (41% of max value = 765). Red value is 62 (24.61% from 255 or 19.68% from 315); Green value is 1 (0.78% from 255 or 0.32% from 315); Blue value is 252 (98.83% from 255 or 80% from 315); Max value from RGB is 252 - color contains mainly: blue. Hex color #3E01FC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3E01FC is #C1FE03. Grayscale: #2E2E2E. Windows color (decimal): -12713476 or 16515390. OLE color: 16515390.

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

Color convert

RGB621252-
CMYK0.751.0000.01
HSL254.58º99.21%49.61%-
HSV(B)254.58º99.6%98.82%-
XYZ19.578.0792.62-
YUV47.85243.21138.09-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 19.68%
GREEN value IS 1 (0.78% from 255) = 0.32%
BLUE value IS 252 (98.83% from 255) = 80%
R=19.68%
G=0.32%
B=80%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 1.00
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal6212520.751.0000.01254.5899.2149.61
Hex3E1FC4B6401ff6332
Octal7613741131440137714362
Binary1111101111111001001011110010001111111111100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E01FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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