Html Css Color HEX #401EF8 Han Purple

📋 copy color: '#401EF8'

red 64 ◦ green 30 ◦ blue 248

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

Shades of Han Purple #401EF8

Tints of Han Purple #401EF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 72.51%

R = 18.71%
G = 8.77%
B = 72.51%

CMYK

 C value IS 0.74

 M value IS 0.88

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#401EF8 (or 0x401EF8) is known color: Han Purple. HEX triplet: 40, 1E and F8. RGB value is (64,30,248). Sum of RGB (Red+Green+Blue) = 64+30+248=342 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.71% from 342); Green value is 30 (12.11% from 255 or 8.77% from 342); Blue value is 248 (97.27% from 255 or 72.51% from 342); Max value from RGB is 248 - color contains mainly: blue. Hex color #401EF8 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #401EF8 is #BFE107. Grayscale: #404040. Windows color (decimal): -12574984 or 16260672. OLE color: 16260672.

HSL color Cylindrical-coordinate representation of color #401EF8: hue angle of 249.36º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #401EF8 is Cyan = 0.74, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 64 30 248 -
CMYK 0.74 0.88 0 0.03
HSL 249.36º 0.94% 0.55% -
HSV(B) 249.36º 0.88% 0.97% -
XYZ 19.52 8.8 89.48 -
YUV 65.02 231.26 127.27 -
System Red Green Blue C M Y K H S L
Decimal 64 30 248 0.74 0.88 0 0.03 249.36 0.94 0.55
Hex 40 1E F8 4A 58 0 3 F9 5E 37
Octal 100 36 370 112 130 0 3 371 136 67
Binary 1000000 11110 11111000 1001010 1011000 0 11 11111001 1011110 110111

Color Harmonies of #401EF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401EF8

Black with #401EF8

Text Example


Text Example

White with #401EF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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