Html Css Color HEX #401EE3 Han Purple

📋 copy color: '#401EE3'

red 64 ◦ green 30 ◦ blue 227

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

Shades of Han Purple #401EE3

Tints of Han Purple #401EE3

RGB

 RED value IS 64 (25.39% from 255) = 19.94%

 GREEN value IS 30 (12.11% from 255) = 9.35%

 BLUE value IS 227 (89.06% from 255) = 70.72%

R = 19.94%
G = 9.35%
B = 70.72%

CMYK

 C value IS 0.72

 M value IS 0.87

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#401EE3 (or 0x401EE3) is known color: Han Purple. HEX triplet: 40, 1E and E3. RGB value is (64,30,227). Sum of RGB (Red+Green+Blue) = 64+30+227=321 (42% of max value = 765). Red value is 64 (25.39% from 255 or 19.94% from 321); Green value is 30 (12.11% from 255 or 9.35% from 321); Blue value is 227 (89.06% from 255 or 70.72% from 321); Max value from RGB is 227 - color contains mainly: blue. Hex color #401EE3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #401EE3 is #BFE11C. Grayscale: #3D3D3D. Windows color (decimal): -12575005 or 14884416. OLE color: 14884416.

HSL color Cylindrical-coordinate representation of color #401EE3: hue angle of 250.36º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #401EE3 is Cyan = 0.72, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 64 30 227 -
CMYK 0.72 0.87 0 0.11
HSL 250.36º 0.78% 0.5% -
HSV(B) 250.36º 0.87% 0.89% -
XYZ 16.44 7.56 73.27 -
YUV 62.62 220.76 128.98 -
System Red Green Blue C M Y K H S L
Decimal 64 30 227 0.72 0.87 0 0.11 250.36 0.78 0.5
Hex 40 1E E3 48 57 0 B FA 4E 32
Octal 100 36 343 110 127 0 13 372 116 62
Binary 1000000 11110 11100011 1001000 1010111 0 1011 11111010 1001110 110010

Color Harmonies of #401EE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401EE3

Black with #401EE3

Text Example


Text Example

White with #401EE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401EE3; }

 p { color: rgb(64,30,227); }

 H1.HeaderClassName
 {
   color: #401EE3;
 }
 .AnyTagClassName
 {
   color: #401EE3;
 }
</style>

background-color css

<style>
 a { background-color: #401EE3; }

 a { background-color: rgb(64,30,227); }

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

border-color css

<style>
 span { border-color: #401EE3; }

 span { border-color: rgb(64,30,227); }

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