Html Css Color HEX #400EEC Han Purple

📋 copy color: '#400EEC'

red 64 ◦ green 14 ◦ blue 236

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

Shades of Han Purple #400EEC

Tints of Han Purple #400EEC

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.46%

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

R = 20.38%
G = 4.46%
B = 75.16%

CMYK

 C value IS 0.73

 M value IS 0.94

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#400EEC (or 0x400EEC) is known color: Han Purple. HEX triplet: 40, 0E and EC. RGB value is (64,14,236). Sum of RGB (Red+Green+Blue) = 64+14+236=314 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.38% from 314); Green value is 14 (5.86% from 255 or 4.46% from 314); Blue value is 236 (92.58% from 255 or 75.16% from 314); Max value from RGB is 236 - color contains mainly: blue. Hex color #400EEC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #400EEC is #BFF113. Grayscale: #353535. Windows color (decimal): -12579092 or 15470144. OLE color: 15470144.

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

Color convert

RGB 64 14 236 -
CMYK 0.73 0.94 0 0.07
HSL 253.51º 0.89% 0.49% -
HSV(B) 253.51º 0.94% 0.93% -
XYZ 17.41 7.46 79.88 -
YUV 54.26 230.57 134.95 -
System Red Green Blue C M Y K H S L
Decimal 64 14 236 0.73 0.94 0 0.07 253.51 0.89 0.49
Hex 40 E EC 49 5E 0 7 FE 59 31
Octal 100 16 354 111 136 0 7 376 131 61
Binary 1000000 1110 11101100 1001001 1011110 0 111 11111110 1011001 110001

Color Harmonies of #400EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400EEC

Black with #400EEC

Text Example


Text Example

White with #400EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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