Html Css Color HEX #401DE9 Han Purple

📋 copy color: '#401DE9'

red 64 ◦ green 29 ◦ blue 233

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

Shades of Han Purple #401DE9

Tints of Han Purple #401DE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 71.47%

R = 19.63%
G = 8.9%
B = 71.47%

CMYK

 C value IS 0.73

 M value IS 0.88

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#401DE9 (or 0x401DE9) is known color: Han Purple. HEX triplet: 40, 1D and E9. RGB value is (64,29,233). Sum of RGB (Red+Green+Blue) = 64+29+233=326 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.63% from 326); Green value is 29 (11.72% from 255 or 8.90% from 326); Blue value is 233 (91.41% from 255 or 71.47% from 326); Max value from RGB is 233 - color contains mainly: blue. Hex color #401DE9 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #401DE9 is #BFE216. Grayscale: #3D3D3D. Windows color (decimal): -12575255 or 15277376. OLE color: 15277376.

HSL color Cylindrical-coordinate representation of color #401DE9: hue angle of 250.29º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #401DE9 is Cyan = 0.73, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 64 29 233 -
CMYK 0.73 0.88 0 0.09
HSL 250.29º 0.82% 0.51% -
HSV(B) 250.29º 0.88% 0.91% -
XYZ 17.26 7.85 77.7 -
YUV 62.72 224.1 128.91 -
System Red Green Blue C M Y K H S L
Decimal 64 29 233 0.73 0.88 0 0.09 250.29 0.82 0.51
Hex 40 1D E9 49 58 0 9 FA 52 33
Octal 100 35 351 111 130 0 11 372 122 63
Binary 1000000 11101 11101001 1001001 1011000 0 1001 11111010 1010010 110011

Color Harmonies of #401DE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401DE9

Black with #401DE9

Text Example


Text Example

White with #401DE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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