Html Css Color HEX #401DF6 Han Purple

📋 copy color: '#401DF6'

red 64 ◦ green 29 ◦ blue 246

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

Shades of Han Purple #401DF6

Tints of Han Purple #401DF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 72.57%

R = 18.88%
G = 8.55%
B = 72.57%

CMYK

 C value IS 0.74

 M value IS 0.88

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#401DF6 (or 0x401DF6) is known color: Han Purple. HEX triplet: 40, 1D and F6. RGB value is (64,29,246). Sum of RGB (Red+Green+Blue) = 64+29+246=339 (44% of max value = 765). Red value is 64 (25.39% from 255 or 18.88% from 339); Green value is 29 (11.72% from 255 or 8.55% from 339); Blue value is 246 (96.48% from 255 or 72.57% from 339); Max value from RGB is 246 - color contains mainly: blue. Hex color #401DF6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #401DF6 is #BFE209. Grayscale: #3F3F3F. Windows color (decimal): -12575242 or 16129344. OLE color: 16129344.

HSL color Cylindrical-coordinate representation of color #401DF6: hue angle of 249.68º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #401DF6 is Cyan = 0.74, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 64 29 246 -
CMYK 0.74 0.88 0 0.04
HSL 249.68º 0.92% 0.54% -
HSV(B) 249.68º 0.88% 0.96% -
XYZ 19.19 8.62 87.84 -
YUV 64.2 230.6 127.86 -
System Red Green Blue C M Y K H S L
Decimal 64 29 246 0.74 0.88 0 0.04 249.68 0.92 0.54
Hex 40 1D F6 4A 58 0 4 FA 5C 36
Octal 100 35 366 112 130 0 4 372 134 66
Binary 1000000 11101 11110110 1001010 1011000 0 100 11111010 1011100 110110

Color Harmonies of #401DF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401DF6

Black with #401DF6

Text Example


Text Example

White with #401DF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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