Html Css Color HEX #401EEC Han Purple

📋 copy color: '#401EEC'

red 64 ◦ green 30 ◦ blue 236

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

Shades of Han Purple #401EEC

Tints of Han Purple #401EEC

RGB

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

 GREEN value IS 30 (12.11% from 255) = 9.09%

 BLUE value IS 236 (92.58% from 255) = 71.52%

R = 19.39%
G = 9.09%
B = 71.52%

CMYK

 C value IS 0.73

 M value IS 0.87

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#401EEC (or 0x401EEC) is known color: Han Purple. HEX triplet: 40, 1E and EC. RGB value is (64,30,236). Sum of RGB (Red+Green+Blue) = 64+30+236=330 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.39% from 330); Green value is 30 (12.11% from 255 or 9.09% from 330); Blue value is 236 (92.58% from 255 or 71.52% from 330); Max value from RGB is 236 - color contains mainly: blue. Hex color #401EEC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #401EEC is #BFE113. Grayscale: #3E3E3E. Windows color (decimal): -12574996 or 15474240. OLE color: 15474240.

HSL color Cylindrical-coordinate representation of color #401EEC: hue angle of 249.9º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #401EEC is Cyan = 0.73, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 64 30 236 -
CMYK 0.73 0.87 0 0.07
HSL 249.9º 0.84% 0.52% -
HSV(B) 249.9º 0.87% 0.93% -
XYZ 17.72 8.07 79.98 -
YUV 63.65 225.26 128.25 -
System Red Green Blue C M Y K H S L
Decimal 64 30 236 0.73 0.87 0 0.07 249.9 0.84 0.52
Hex 40 1E EC 49 57 0 7 FA 54 34
Octal 100 36 354 111 127 0 7 372 124 64
Binary 1000000 11110 11101100 1001001 1010111 0 111 11111010 1010100 110100

Color Harmonies of #401EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401EEC

Black with #401EEC

Text Example


Text Example

White with #401EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,30,236); }

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

background-color css

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

 a { background-color: rgb(64,30,236); }

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

border-color css

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

 span { border-color: rgb(64,30,236); }

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