Html Css Color HEX #401EFF Han Purple

📋 copy color: '#401EFF'

red 64 ◦ green 30 ◦ blue 255

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

Shades of Han Purple #401EFF

Tints of Han Purple #401EFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 73.07%

R = 18.34%
G = 8.6%
B = 73.07%

CMYK

 C value IS 0.75

 M value IS 0.88

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#401EFF (or 0x401EFF) is known color: Han Purple. HEX triplet: 40, 1E and FF. RGB value is (64,30,255). Sum of RGB (Red+Green+Blue) = 64+30+255=349 (46% of max value = 765). Red value is 64 (25.39% from 255 or 18.34% from 349); Green value is 30 (12.11% from 255 or 8.60% from 349); Blue value is 255 (100% from 255 or 73.07% from 349); Max value from RGB is 255 - color contains mainly: blue. Hex color #401EFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #401EFF is #BFE100. Grayscale: #404040. Windows color (decimal): -12574977 or 16719424. OLE color: 16719424.

HSL color Cylindrical-coordinate representation of color #401EFF: hue angle of 249.07º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #401EFF is Cyan = 0.75, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 64 30 255 -
CMYK 0.75 0.88 0 0
HSL 249.07º 1% 0.56% -
HSV(B) 249.07º 0.88% 1% -
XYZ 20.63 9.24 95.3 -
YUV 65.82 234.76 126.7 -
System Red Green Blue C M Y K H S L
Decimal 64 30 255 0.75 0.88 0 0 249.07 1 0.56
Hex 40 1E FF 4B 58 0 0 F9 64 38
Octal 100 36 377 113 130 0 0 371 144 70
Binary 1000000 11110 11111111 1001011 1011000 0 0 11111001 1100100 111000

Color Harmonies of #401EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401EFF

Black with #401EFF

Text Example


Text Example

White with #401EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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