Html Css Color HEX #401BDE Han Purple

📋 copy color: '#401BDE'

red 64 ◦ green 27 ◦ blue 222

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

Shades of Han Purple #401BDE

Tints of Han Purple #401BDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 70.93%

R = 20.45%
G = 8.63%
B = 70.93%

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

#401BDE (or 0x401BDE) is known color: Han Purple. HEX triplet: 40, 1B and DE. RGB value is (64,27,222). Sum of RGB (Red+Green+Blue) = 64+27+222=313 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.45% from 313); Green value is 27 (10.94% from 255 or 8.63% from 313); Blue value is 222 (87.11% from 255 or 70.93% from 313); Max value from RGB is 222 - color contains mainly: blue. Hex color #401BDE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #401BDE is #BFE421. Grayscale: #3B3B3B. Windows color (decimal): -12575778 or 14555968. OLE color: 14555968.

HSL color Cylindrical-coordinate representation of color #401BDE: hue angle of 251.38º 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 #401BDE is Cyan = 0.71, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 64 27 222 -
CMYK 0.71 0.88 0 0.13
HSL 251.38º 0.78% 0.49% -
HSV(B) 251.38º 0.88% 0.87% -
XYZ 15.69 7.15 69.66 -
YUV 60.29 219.26 130.64 -
System Red Green Blue C M Y K H S L
Decimal 64 27 222 0.71 0.88 0 0.13 251.38 0.78 0.49
Hex 40 1B DE 47 58 0 D FB 4E 31
Octal 100 33 336 107 130 0 15 373 116 61
Binary 1000000 11011 11011110 1000111 1011000 0 1101 11111011 1001110 110001

Color Harmonies of #401BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401BDE

Black with #401BDE

Text Example


Text Example

White with #401BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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