Html Css Color HEX #400EE8 Han Purple

📋 copy color: '#400EE8'

red 64 ◦ green 14 ◦ blue 232

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

Shades of Han Purple #400EE8

Tints of Han Purple #400EE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 74.84%

R = 20.65%
G = 4.52%
B = 74.84%

CMYK

 C value IS 0.72

 M value IS 0.94

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#400EE8 (or 0x400EE8) is known color: Han Purple. HEX triplet: 40, 0E and E8. RGB value is (64,14,232). Sum of RGB (Red+Green+Blue) = 64+14+232=310 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.65% from 310); Green value is 14 (5.86% from 255 or 4.52% from 310); Blue value is 232 (91.02% from 255 or 74.84% from 310); Max value from RGB is 232 - color contains mainly: blue. Hex color #400EE8 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #400EE8 is #BFF117. Grayscale: #343434. Windows color (decimal): -12579096 or 15208000. OLE color: 15208000.

HSL color Cylindrical-coordinate representation of color #400EE8: hue angle of 253.76º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #400EE8 is Cyan = 0.72, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 64 14 232 -
CMYK 0.72 0.94 0 0.09
HSL 253.76º 0.89% 0.48% -
HSV(B) 253.76º 0.94% 0.91% -
XYZ 16.84 7.23 76.85 -
YUV 53.8 228.57 135.27 -
System Red Green Blue C M Y K H S L
Decimal 64 14 232 0.72 0.94 0 0.09 253.76 0.89 0.48
Hex 40 E E8 48 5E 0 9 FE 59 30
Octal 100 16 350 110 136 0 11 376 131 60
Binary 1000000 1110 11101000 1001000 1011110 0 1001 11111110 1011001 110000

Color Harmonies of #400EE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400EE8

Black with #400EE8

Text Example


Text Example

White with #400EE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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