Html Css Color HEX #401BDF Han Purple

📋 copy color: '#401BDF'

red 64 ◦ green 27 ◦ blue 223

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

Shades of Han Purple #401BDF

Tints of Han Purple #401BDF

RGB

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

 GREEN value IS 27 (10.94% from 255) = 8.6%

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

R = 20.38%
G = 8.6%
B = 71.02%

CMYK

 C value IS 0.71

 M value IS 0.88

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#401BDF (or 0x401BDF) is known color: Han Purple. HEX triplet: 40, 1B and DF. RGB value is (64,27,223). Sum of RGB (Red+Green+Blue) = 64+27+223=314 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.38% from 314); Green value is 27 (10.94% from 255 or 8.60% from 314); Blue value is 223 (87.5% from 255 or 71.02% from 314); Max value from RGB is 223 - color contains mainly: blue. Hex color #401BDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #401BDF is #BFE420. Grayscale: #3B3B3B. Windows color (decimal): -12575777 or 14621504. OLE color: 14621504.

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

Color convert

RGB 64 27 223 -
CMYK 0.71 0.88 0 0.13
HSL 251.33º 0.78% 0.49% -
HSV(B) 251.33º 0.88% 0.87% -
XYZ 15.83 7.2 70.37 -
YUV 60.41 219.76 130.56 -
System Red Green Blue C M Y K H S L
Decimal 64 27 223 0.71 0.88 0 0.13 251.33 0.78 0.49
Hex 40 1B DF 47 58 0 D FB 4E 31
Octal 100 33 337 107 130 0 15 373 116 61
Binary 1000000 11011 11011111 1000111 1011000 0 1101 11111011 1001110 110001

Color Harmonies of #401BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401BDF

Black with #401BDF

Text Example


Text Example

White with #401BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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