Html Css Color HEX #3E01EF Han Purple

📋 copy color: '#3E01EF'

red 62 ◦ green 1 ◦ blue 239

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

Shades of Han Purple #3E01EF

Tints of Han Purple #3E01EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 79.14%

R = 20.53%
G = 0.33%
B = 79.14%

CMYK

 C value IS 0.74

 M value IS 1.00

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#3E01EF (or 0x3E01EF) is known color: Han Purple. HEX triplet: 3E, 01 and EF. RGB value is (62,1,239). Sum of RGB (Red+Green+Blue) = 62+1+239=302 (40% of max value = 765). Red value is 62 (24.61% from 255 or 20.53% from 302); Green value is 1 (0.78% from 255 or 0.33% from 302); Blue value is 239 (93.75% from 255 or 79.14% from 302); Max value from RGB is 239 - color contains mainly: blue. Hex color #3E01EF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3E01EF is #C1FE10. Grayscale: #2D2D2D. Windows color (decimal): -12713489 or 15663422. OLE color: 15663422.

HSL color Cylindrical-coordinate representation of color #3E01EF: hue angle of 255.38º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3E01EF is Cyan = 0.74, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 62 1 239 -
CMYK 0.74 1.00 0 0.06
HSL 255.38º 0.99% 0.47% -
HSV(B) 255.38º 1% 0.94% -
XYZ 17.58 7.28 82.14 -
YUV 46.37 236.71 139.15 -
System Red Green Blue C M Y K H S L
Decimal 62 1 239 0.74 1.00 0 0.06 255.38 0.99 0.47
Hex 3E 1 EF 4A 64 0 6 FF 63 2F
Octal 76 1 357 112 144 0 6 377 143 57
Binary 111110 1 11101111 1001010 1100100 0 110 11111111 1100011 101111

Color Harmonies of #3E01EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E01EF

Black with #3E01EF

Text Example


Text Example

White with #3E01EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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