Html Css Color HEX #401FDE Han Purple

📋 copy color: '#401FDE'

red 64 ◦ green 31 ◦ blue 222

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

Shades of Han Purple #401FDE

Tints of Han Purple #401FDE

RGB

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

 GREEN value IS 31 (12.5% from 255) = 9.78%

 BLUE value IS 222 (87.11% from 255) = 70.03%

R = 20.19%
G = 9.78%
B = 70.03%

CMYK

 C value IS 0.71

 M value IS 0.86

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#401FDE (or 0x401FDE) is known color: Han Purple. HEX triplet: 40, 1F and DE. RGB value is (64,31,222). Sum of RGB (Red+Green+Blue) = 64+31+222=317 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.19% from 317); Green value is 31 (12.5% from 255 or 9.78% from 317); Blue value is 222 (87.11% from 255 or 70.03% from 317); Max value from RGB is 222 - color contains mainly: blue. Hex color #401FDE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #401FDE is #BFE021. Grayscale: #3D3D3D. Windows color (decimal): -12574754 or 14556992. OLE color: 14556992.

HSL color Cylindrical-coordinate representation of color #401FDE: hue angle of 250.37º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #401FDE is Cyan = 0.71, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 64 31 222 -
CMYK 0.71 0.86 0 0.13
HSL 250.37º 0.75% 0.5% -
HSV(B) 250.37º 0.86% 0.87% -
XYZ 15.79 7.34 69.69 -
YUV 62.64 217.93 128.97 -
System Red Green Blue C M Y K H S L
Decimal 64 31 222 0.71 0.86 0 0.13 250.37 0.75 0.5
Hex 40 1F DE 47 56 0 D FA 4B 32
Octal 100 37 336 107 126 0 15 372 113 62
Binary 1000000 11111 11011110 1000111 1010110 0 1101 11111010 1001011 110010

Color Harmonies of #401FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401FDE

Black with #401FDE

Text Example


Text Example

White with #401FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,31,222); }

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

background-color css

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

 a { background-color: rgb(64,31,222); }

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

border-color css

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

 span { border-color: rgb(64,31,222); }

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