Html Css Color HEX #400AE1 Han Purple

📋 copy color: '#400AE1'

red 64 ◦ green 10 ◦ blue 225

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

Shades of Han Purple #400AE1

Tints of Han Purple #400AE1

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.34%

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

R = 21.4%
G = 3.34%
B = 75.25%

CMYK

 C value IS 0.72

 M value IS 0.96

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#400AE1 (or 0x400AE1) is known color: Han Purple. HEX triplet: 40, 0A and E1. RGB value is (64,10,225). Sum of RGB (Red+Green+Blue) = 64+10+225=299 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.40% from 299); Green value is 10 (4.30% from 255 or 3.34% from 299); Blue value is 225 (88.28% from 255 or 75.25% from 299); Max value from RGB is 225 - color contains mainly: blue. Hex color #400AE1 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #400AE1 is #BFF51E. Grayscale: #313131. Windows color (decimal): -12580127 or 14748224. OLE color: 14748224.

HSL color Cylindrical-coordinate representation of color #400AE1: hue angle of 255.07º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #400AE1 is Cyan = 0.72, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 64 10 225 -
CMYK 0.72 0.96 0 0.12
HSL 255.07º 0.91% 0.46% -
HSV(B) 255.07º 0.96% 0.88% -
XYZ 15.81 6.74 71.7 -
YUV 50.66 226.39 137.52 -
System Red Green Blue C M Y K H S L
Decimal 64 10 225 0.72 0.96 0 0.12 255.07 0.91 0.46
Hex 40 A E1 48 60 0 C FF 5B 2E
Octal 100 12 341 110 140 0 14 377 133 56
Binary 1000000 1010 11100001 1001000 1100000 0 1100 11111111 1011011 101110

Color Harmonies of #400AE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400AE1

Black with #400AE1

Text Example


Text Example

White with #400AE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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