Html Css Color HEX #401DF9 Han Purple

📋 copy color: '#401DF9'

red 64 ◦ green 29 ◦ blue 249

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

Shades of Han Purple #401DF9

Tints of Han Purple #401DF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 72.81%

R = 18.71%
G = 8.48%
B = 72.81%

CMYK

 C value IS 0.74

 M value IS 0.88

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#401DF9 (or 0x401DF9) is known color: Han Purple. HEX triplet: 40, 1D and F9. RGB value is (64,29,249). Sum of RGB (Red+Green+Blue) = 64+29+249=342 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.71% from 342); Green value is 29 (11.72% from 255 or 8.48% from 342); Blue value is 249 (97.66% from 255 or 72.81% from 342); Max value from RGB is 249 - color contains mainly: blue. Hex color #401DF9 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #401DF9 is #BFE206. Grayscale: #3F3F3F. Windows color (decimal): -12575239 or 16325952. OLE color: 16325952.

HSL color Cylindrical-coordinate representation of color #401DF9: hue angle of 249.55º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #401DF9 is Cyan = 0.74, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 64 29 249 -
CMYK 0.74 0.88 0 0.02
HSL 249.55º 0.95% 0.55% -
HSV(B) 249.55º 0.88% 0.98% -
XYZ 19.65 8.81 90.29 -
YUV 64.55 232.1 127.61 -
System Red Green Blue C M Y K H S L
Decimal 64 29 249 0.74 0.88 0 0.02 249.55 0.95 0.55
Hex 40 1D F9 4A 58 0 2 FA 5F 37
Octal 100 35 371 112 130 0 2 372 137 67
Binary 1000000 11101 11111001 1001010 1011000 0 10 11111010 1011111 110111

Color Harmonies of #401DF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401DF9

Black with #401DF9

Text Example


Text Example

White with #401DF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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