Html Css Color HEX #401CDE Han Purple

📋 copy color: '#401CDE'

red 64 ◦ green 28 ◦ blue 222

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

Shades of Han Purple #401CDE

Tints of Han Purple #401CDE

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.92%

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

R = 20.38%
G = 8.92%
B = 70.7%

CMYK

 C value IS 0.71

 M value IS 0.87

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#401CDE (or 0x401CDE) is known color: Han Purple. HEX triplet: 40, 1C and DE. RGB value is (64,28,222). Sum of RGB (Red+Green+Blue) = 64+28+222=314 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.38% from 314); Green value is 28 (11.33% from 255 or 8.92% from 314); Blue value is 222 (87.11% from 255 or 70.70% from 314); Max value from RGB is 222 - color contains mainly: blue. Hex color #401CDE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #401CDE is #BFE321. Grayscale: #3C3C3C. Windows color (decimal): -12575522 or 14556224. OLE color: 14556224.

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

Color convert

RGB 64 28 222 -
CMYK 0.71 0.87 0 0.13
HSL 251.13º 0.78% 0.49% -
HSV(B) 251.13º 0.87% 0.87% -
XYZ 15.71 7.19 69.67 -
YUV 60.88 218.93 130.23 -
System Red Green Blue C M Y K H S L
Decimal 64 28 222 0.71 0.87 0 0.13 251.13 0.78 0.49
Hex 40 1C DE 47 57 0 D FB 4E 31
Octal 100 34 336 107 127 0 15 373 116 61
Binary 1000000 11100 11011110 1000111 1010111 0 1101 11111011 1001110 110001

Color Harmonies of #401CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401CDE

Black with #401CDE

Text Example


Text Example

White with #401CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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