Html Css Color HEX #401CE1 Han Purple

📋 copy color: '#401CE1'

red 64 ◦ green 28 ◦ blue 225

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

Shades of Han Purple #401CE1

Tints of Han Purple #401CE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 70.98%

R = 20.19%
G = 8.83%
B = 70.98%

CMYK

 C value IS 0.72

 M value IS 0.88

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#401CE1 (or 0x401CE1) is known color: Han Purple. HEX triplet: 40, 1C and E1. RGB value is (64,28,225). Sum of RGB (Red+Green+Blue) = 64+28+225=317 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.19% from 317); Green value is 28 (11.33% from 255 or 8.83% from 317); Blue value is 225 (88.28% from 255 or 70.98% from 317); Max value from RGB is 225 - color contains mainly: blue. Hex color #401CE1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #401CE1 is #BFE31E. Grayscale: #3C3C3C. Windows color (decimal): -12575519 or 14752832. OLE color: 14752832.

HSL color Cylindrical-coordinate representation of color #401CE1: hue angle of 250.96º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #401CE1 is Cyan = 0.72, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 64 28 225 -
CMYK 0.72 0.88 0 0.12
HSL 250.96º 0.78% 0.5% -
HSV(B) 250.96º 0.88% 0.88% -
XYZ 16.12 7.36 71.8 -
YUV 61.22 220.43 129.98 -
System Red Green Blue C M Y K H S L
Decimal 64 28 225 0.72 0.88 0 0.12 250.96 0.78 0.5
Hex 40 1C E1 48 58 0 C FB 4E 32
Octal 100 34 341 110 130 0 14 373 116 62
Binary 1000000 11100 11100001 1001000 1011000 0 1100 11111011 1001110 110010

Color Harmonies of #401CE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401CE1

Black with #401CE1

Text Example


Text Example

White with #401CE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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