Html Css Color HEX #401EDF Han Purple

📋 copy color: '#401EDF'

red 64 ◦ green 30 ◦ blue 223

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

Shades of Han Purple #401EDF

Tints of Han Purple #401EDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 70.35%

R = 20.19%
G = 9.46%
B = 70.35%

CMYK

 C value IS 0.71

 M value IS 0.87

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#401EDF (or 0x401EDF) is known color: Han Purple. HEX triplet: 40, 1E and DF. RGB value is (64,30,223). Sum of RGB (Red+Green+Blue) = 64+30+223=317 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.19% from 317); Green value is 30 (12.11% from 255 or 9.46% from 317); Blue value is 223 (87.5% from 255 or 70.35% from 317); Max value from RGB is 223 - color contains mainly: blue. Hex color #401EDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #401EDF is #BFE120. Grayscale: #3D3D3D. Windows color (decimal): -12575009 or 14622272. OLE color: 14622272.

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

Color convert

RGB 64 30 223 -
CMYK 0.71 0.87 0 0.13
HSL 250.57º 0.76% 0.5% -
HSV(B) 250.57º 0.87% 0.87% -
XYZ 15.9 7.35 70.39 -
YUV 62.17 218.76 129.31 -
System Red Green Blue C M Y K H S L
Decimal 64 30 223 0.71 0.87 0 0.13 250.57 0.76 0.5
Hex 40 1E DF 47 57 0 D FB 4C 32
Octal 100 36 337 107 127 0 15 373 114 62
Binary 1000000 11110 11011111 1000111 1010111 0 1101 11111011 1001100 110010

Color Harmonies of #401EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401EDF

Black with #401EDF

Text Example


Text Example

White with #401EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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