Html Css Color HEX #3E01FF Han Purple

📋 copy color: '#3E01FF'

red 62 ◦ green 1 ◦ blue 255

#3E01FF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Han Purple #3E01FF

Tints of Han Purple #3E01FF

RGB

 RED value IS 62 (24.61% from 255) = 19.5%

 GREEN value IS 1 (0.78% from 255) = 0.31%

 BLUE value IS 255 (100% from 255) = 80.19%

R = 19.5%
G = 0.31%
B = 80.19%

CMYK

 C value IS 0.76

 M value IS 1.00

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#3E01FF (or 0x3E01FF) is known color: Han Purple. HEX triplet: 3E, 01 and FF. RGB value is (62,1,255). Sum of RGB (Red+Green+Blue) = 62+1+255=318 (42% of max value = 765). Red value is 62 (24.61% from 255 or 19.50% from 318); Green value is 1 (0.78% from 255 or 0.31% from 318); Blue value is 255 (100% from 255 or 80.19% from 318); Max value from RGB is 255 - color contains mainly: blue. Hex color #3E01FF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3E01FF is #C1FE00. Grayscale: #2F2F2F. Windows color (decimal): -12713473 or 16711998. OLE color: 16711998.

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

Color convert

RGB 62 1 255 -
CMYK 0.76 1.00 0 0
HSL 254.41º 1% 0.5% -
HSV(B) 254.41º 1% 1% -
XYZ 20.05 8.27 95.15 -
YUV 48.2 244.71 137.85 -
System Red Green Blue C M Y K H S L
Decimal 62 1 255 0.76 1.00 0 0 254.41 1 0.5
Hex 3E 1 FF 4C 64 0 0 FE 64 32
Octal 76 1 377 114 144 0 0 376 144 62
Binary 111110 1 11111111 1001100 1100100 0 0 11111110 1100100 110010

Color Harmonies of #3E01FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E01FF

Black with #3E01FF

Text Example


Text Example

White with #3E01FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #3E01FF;
 }
 .AnyTagClassName
 {
   color: #3E01FF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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