Html Css Color HEX #401DDF Han Purple

📋 copy color: '#401DDF'

red 64 ◦ green 29 ◦ blue 223

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

Shades of Han Purple #401DDF

Tints of Han Purple #401DDF

RGB

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

 GREEN value IS 29 (11.72% from 255) = 9.18%

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

R = 20.25%
G = 9.18%
B = 70.57%

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

#401DDF (or 0x401DDF) is known color: Han Purple. HEX triplet: 40, 1D and DF. RGB value is (64,29,223). Sum of RGB (Red+Green+Blue) = 64+29+223=316 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.25% from 316); Green value is 29 (11.72% from 255 or 9.18% from 316); Blue value is 223 (87.5% from 255 or 70.57% from 316); Max value from RGB is 223 - color contains mainly: blue. Hex color #401DDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #401DDF is #BFE220. Grayscale: #3C3C3C. Windows color (decimal): -12575265 or 14622016. OLE color: 14622016.

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

Color convert

RGB 64 29 223 -
CMYK 0.71 0.87 0 0.13
HSL 250.82º 0.77% 0.49% -
HSV(B) 250.82º 0.87% 0.87% -
XYZ 15.87 7.3 70.38 -
YUV 61.58 219.1 129.73 -
System Red Green Blue C M Y K H S L
Decimal 64 29 223 0.71 0.87 0 0.13 250.82 0.77 0.49
Hex 40 1D DF 47 57 0 D FB 4D 31
Octal 100 35 337 107 127 0 15 373 115 61
Binary 1000000 11101 11011111 1000111 1010111 0 1101 11111011 1001101 110001

Color Harmonies of #401DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401DDF

Black with #401DDF

Text Example


Text Example

White with #401DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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