Html Css Color HEX #3E01EB Han Purple

📋 copy color: '#3E01EB'

red 62 ◦ green 1 ◦ blue 235

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

Shades of Han Purple #3E01EB

Tints of Han Purple #3E01EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 78.86%

R = 20.81%
G = 0.34%
B = 78.86%

CMYK

 C value IS 0.74

 M value IS 1.00

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#3E01EB (or 0x3E01EB) is known color: Han Purple. HEX triplet: 3E, 01 and EB. RGB value is (62,1,235). Sum of RGB (Red+Green+Blue) = 62+1+235=298 (39% of max value = 765). Red value is 62 (24.61% from 255 or 20.81% from 298); Green value is 1 (0.78% from 255 or 0.34% from 298); Blue value is 235 (92.19% from 255 or 78.86% from 298); Max value from RGB is 235 - color contains mainly: blue. Hex color #3E01EB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3E01EB is #C1FE14. Grayscale: #2D2D2D. Windows color (decimal): -12713493 or 15401278. OLE color: 15401278.

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

Color convert

RGB 62 1 235 -
CMYK 0.74 1.00 0 0.08
HSL 255.64º 0.99% 0.46% -
HSV(B) 255.64º 1% 0.92% -
XYZ 16.99 7.04 79.06 -
YUV 45.92 234.71 139.47 -
System Red Green Blue C M Y K H S L
Decimal 62 1 235 0.74 1.00 0 0.08 255.64 0.99 0.46
Hex 3E 1 EB 4A 64 0 8 100 63 2E
Octal 76 1 353 112 144 0 10 400 143 56
Binary 111110 1 11101011 1001010 1100100 0 1000 100000000 1100011 101110

Color Harmonies of #3E01EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E01EB

Black with #3E01EB

Text Example


Text Example

White with #3E01EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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