Html Css Color HEX #400AE2 Han Purple

📋 copy color: '#400AE2'

red 64 ◦ green 10 ◦ blue 226

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

Shades of Han Purple #400AE2

Tints of Han Purple #400AE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 75.33%

R = 21.33%
G = 3.33%
B = 75.33%

CMYK

 C value IS 0.72

 M value IS 0.96

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#400AE2 (or 0x400AE2) is known color: Han Purple. HEX triplet: 40, 0A and E2. RGB value is (64,10,226). Sum of RGB (Red+Green+Blue) = 64+10+226=300 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.33% from 300); Green value is 10 (4.30% from 255 or 3.33% from 300); Blue value is 226 (88.67% from 255 or 75.33% from 300); Max value from RGB is 226 - color contains mainly: blue. Hex color #400AE2 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #400AE2 is #BFF51D. Grayscale: #313131. Windows color (decimal): -12580126 or 14813760. OLE color: 14813760.

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

Color convert

RGB 64 10 226 -
CMYK 0.72 0.96 0 0.11
HSL 255º 0.92% 0.46% -
HSV(B) 255º 0.96% 0.89% -
XYZ 15.95 6.8 72.42 -
YUV 50.77 226.89 137.44 -
System Red Green Blue C M Y K H S L
Decimal 64 10 226 0.72 0.96 0 0.11 255 0.92 0.46
Hex 40 A E2 48 60 0 B FF 5C 2E
Octal 100 12 342 110 140 0 13 377 134 56
Binary 1000000 1010 11100010 1001000 1100000 0 1011 11111111 1011100 101110

Color Harmonies of #400AE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400AE2

Black with #400AE2

Text Example


Text Example

White with #400AE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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