Html Css Color HEX #401EF1 Han Purple

📋 copy color: '#401EF1'

red 64 ◦ green 30 ◦ blue 241

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

Shades of Han Purple #401EF1

Tints of Han Purple #401EF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 71.94%

R = 19.1%
G = 8.96%
B = 71.94%

CMYK

 C value IS 0.73

 M value IS 0.88

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#401EF1 (or 0x401EF1) is known color: Han Purple. HEX triplet: 40, 1E and F1. RGB value is (64,30,241). Sum of RGB (Red+Green+Blue) = 64+30+241=335 (44% of max value = 765). Red value is 64 (25.39% from 255 or 19.10% from 335); Green value is 30 (12.11% from 255 or 8.96% from 335); Blue value is 241 (94.53% from 255 or 71.94% from 335); Max value from RGB is 241 - color contains mainly: blue. Hex color #401EF1 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #401EF1 is #BFE10E. Grayscale: #3F3F3F. Windows color (decimal): -12574991 or 15801920. OLE color: 15801920.

HSL color Cylindrical-coordinate representation of color #401EF1: hue angle of 249.67º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #401EF1 is Cyan = 0.73, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 64 30 241 -
CMYK 0.73 0.88 0 0.05
HSL 249.67º 0.88% 0.53% -
HSV(B) 249.67º 0.88% 0.95% -
XYZ 18.46 8.37 83.86 -
YUV 64.22 227.76 127.84 -
System Red Green Blue C M Y K H S L
Decimal 64 30 241 0.73 0.88 0 0.05 249.67 0.88 0.53
Hex 40 1E F1 49 58 0 5 FA 58 35
Octal 100 36 361 111 130 0 5 372 130 65
Binary 1000000 11110 11110001 1001001 1011000 0 101 11111010 1011000 110101

Color Harmonies of #401EF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401EF1

Black with #401EF1

Text Example


Text Example

White with #401EF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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