Html Css Color HEX #401CD9 Han Purple

📋 copy color: '#401CD9'

red 64 ◦ green 28 ◦ blue 217

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

Shades of Han Purple #401CD9

Tints of Han Purple #401CD9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 70.23%

R = 20.71%
G = 9.06%
B = 70.23%

CMYK

 C value IS 0.71

 M value IS 0.87

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#401CD9 (or 0x401CD9) is known color: Han Purple. HEX triplet: 40, 1C and D9. RGB value is (64,28,217). Sum of RGB (Red+Green+Blue) = 64+28+217=309 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.71% from 309); Green value is 28 (11.33% from 255 or 9.06% from 309); Blue value is 217 (85.16% from 255 or 70.23% from 309); Max value from RGB is 217 - color contains mainly: blue. Hex color #401CD9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #401CD9 is #BFE326. Grayscale: #3B3B3B. Windows color (decimal): -12575527 or 14228544. OLE color: 14228544.

HSL color Cylindrical-coordinate representation of color #401CD9: hue angle of 251.43º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #401CD9 is Cyan = 0.71, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 64 28 217 -
CMYK 0.71 0.87 0 0.15
HSL 251.43º 0.77% 0.48% -
HSV(B) 251.43º 0.87% 0.85% -
XYZ 15.05 6.93 66.19 -
YUV 60.31 216.43 130.63 -
System Red Green Blue C M Y K H S L
Decimal 64 28 217 0.71 0.87 0 0.15 251.43 0.77 0.48
Hex 40 1C D9 47 57 0 F FB 4D 30
Octal 100 34 331 107 127 0 17 373 115 60
Binary 1000000 11100 11011001 1000111 1010111 0 1111 11111011 1001101 110000

Color Harmonies of #401CD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401CD9

Black with #401CD9

Text Example


Text Example

White with #401CD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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