Html Css Color HEX #401DFB Han Purple

📋 copy color: '#401DFB'

red 64 ◦ green 29 ◦ blue 251

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

Shades of Han Purple #401DFB

Tints of Han Purple #401DFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 72.97%

R = 18.6%
G = 8.43%
B = 72.97%

CMYK

 C value IS 0.75

 M value IS 0.88

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#401DFB (or 0x401DFB) is known color: Han Purple. HEX triplet: 40, 1D and FB. RGB value is (64,29,251). Sum of RGB (Red+Green+Blue) = 64+29+251=344 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.60% from 344); Green value is 29 (11.72% from 255 or 8.43% from 344); Blue value is 251 (98.44% from 255 or 72.97% from 344); Max value from RGB is 251 - color contains mainly: blue. Hex color #401DFB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #401DFB is #BFE204. Grayscale: #3F3F3F. Windows color (decimal): -12575237 or 16457024. OLE color: 16457024.

HSL color Cylindrical-coordinate representation of color #401DFB: hue angle of 249.46º degrees, saturation: 0.97, 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 #401DFB is Cyan = 0.75, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 64 29 251 -
CMYK 0.75 0.88 0 0.02
HSL 249.46º 0.97% 0.55% -
HSV(B) 249.46º 0.88% 0.98% -
XYZ 19.97 8.93 91.94 -
YUV 64.77 233.1 127.45 -
System Red Green Blue C M Y K H S L
Decimal 64 29 251 0.75 0.88 0 0.02 249.46 0.97 0.55
Hex 40 1D FB 4B 58 0 2 F9 61 37
Octal 100 35 373 113 130 0 2 371 141 67
Binary 1000000 11101 11111011 1001011 1011000 0 10 11111001 1100001 110111

Color Harmonies of #401DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401DFB

Black with #401DFB

Text Example


Text Example

White with #401DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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