Html Css Color HEX #3E01ED Han Purple

📋 copy color: '#3E01ED'

red 62 ◦ green 1 ◦ blue 237

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

Shades of Han Purple #3E01ED

Tints of Han Purple #3E01ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 79%

R = 20.67%
G = 0.33%
B = 79%

CMYK

 C value IS 0.74

 M value IS 1.00

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#3E01ED (or 0x3E01ED) is known color: Han Purple. HEX triplet: 3E, 01 and ED. RGB value is (62,1,237). Sum of RGB (Red+Green+Blue) = 62+1+237=300 (39% of max value = 765). Red value is 62 (24.61% from 255 or 20.67% from 300); Green value is 1 (0.78% from 255 or 0.33% from 300); Blue value is 237 (92.97% from 255 or 79% from 300); Max value from RGB is 237 - color contains mainly: blue. Hex color #3E01ED is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3E01ED is #C1FE12. Grayscale: #2D2D2D. Windows color (decimal): -12713491 or 15532350. OLE color: 15532350.

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

Color convert

RGB 62 1 237 -
CMYK 0.74 1.00 0 0.07
HSL 255.51º 0.99% 0.47% -
HSV(B) 255.51º 1% 0.93% -
XYZ 17.28 7.16 80.59 -
YUV 46.14 235.71 139.31 -
System Red Green Blue C M Y K H S L
Decimal 62 1 237 0.74 1.00 0 0.07 255.51 0.99 0.47
Hex 3E 1 ED 4A 64 0 7 100 63 2F
Octal 76 1 355 112 144 0 7 400 143 57
Binary 111110 1 11101101 1001010 1100100 0 111 100000000 1100011 101111

Color Harmonies of #3E01ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E01ED

Black with #3E01ED

Text Example


Text Example

White with #3E01ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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