Html Css Color HEX #2E01FE Han Purple

📋 copy color: '#2E01FE'

red 46 ◦ green 1 ◦ blue 254

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

Shades of Han Purple #2E01FE

Tints of Han Purple #2E01FE

RGB

 RED value IS 46 (18.36% from 255) = 15.28%

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

 BLUE value IS 254 (99.61% from 255) = 84.39%

R = 15.28%
G = 0.33%
B = 84.39%

CMYK

 C value IS 0.82

 M value IS 1.00

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#2E01FE (or 0x2E01FE) is known color: Han Purple. HEX triplet: 2E, 01 and FE. RGB value is (46,1,254). Sum of RGB (Red+Green+Blue) = 46+1+254=301 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.28% from 301); Green value is 1 (0.78% from 255 or 0.33% from 301); Blue value is 254 (99.61% from 255 or 84.39% from 301); Max value from RGB is 254 - color contains mainly: blue. Hex color #2E01FE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2E01FE is #D1FE01. Grayscale: #2A2A2A. Windows color (decimal): -13762050 or 16646446. OLE color: 16646446.

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

Color convert

RGB 46 1 254 -
CMYK 0.82 1.00 0 0.00
HSL 250.67º 0.99% 0.5% -
HSV(B) 250.67º 1% 1% -
XYZ 19.03 7.76 94.26 -
YUV 43.3 246.91 129.93 -
System Red Green Blue C M Y K H S L
Decimal 46 1 254 0.82 1.00 0 0.00 250.67 0.99 0.5
Hex 2E 1 FE 52 64 0 0 FB 63 32
Octal 56 1 376 122 144 0 0 373 143 62
Binary 101110 1 11111110 1010010 1100100 0 0 11111011 1100011 110010

Color Harmonies of #2E01FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E01FE

Black with #2E01FE

Text Example


Text Example

White with #2E01FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2E01FE; }

 p { color: rgb(46,1,254); }

 H1.HeaderClassName
 {
   color: #2E01FE;
 }
 .AnyTagClassName
 {
   color: #2E01FE;
 }
</style>

background-color css

<style>
 a { background-color: #2E01FE; }

 a { background-color: rgb(46,1,254); }

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

border-color css

<style>
 span { border-color: #2E01FE; }

 span { border-color: rgb(46,1,254); }

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