#400DE7

Color #400DE7 Han Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Han Purple #400DE7

Tints of Han Purple #400DE7

Color information

#400DE7 (or 0x400DE7) is unknown color: approx Han Purple. HEX triplet: 40, 0D and E7. RGB value is (64,13,231). Sum of RGB (Red+Green+Blue) = 64+13+231=308 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.78% from 308); Green value is 13 (5.47% from 255 or 4.22% from 308); Blue value is 231 (90.62% from 255 or 75% from 308); Max value from RGB is 231 - color contains mainly: blue. Hex color #400DE7 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #400DE7 is #BFF218. Grayscale: #343434. Windows color (decimal): -12579353 or 15142208. OLE color: 15142208.

HSL color Cylindrical-coordinate representation of color #400DE7: hue angle of 254.04º 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 #400DE7 is Cyan = 0.72, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB6413231-
CMYK0.720.9400.09
HSL254.04º89.34%47.84%-
HSV(B)254.04º94.37%90.59%-
XYZ16.687.1576.1-
YUV53.1228.4135.77-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 20.78%
GREEN value IS 13 (5.47% from 255) = 4.22%
BLUE value IS 231 (90.62% from 255) = 75%
R=20.78%
G=4.22%
B=75%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal64132310.720.9400.09254.0489.3447.84
Hex40DE7485E09fe5930
Octal1001534711013601137613160
Binary10000001101111001111001000101111001001111111101011001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400DE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,13,231); }

 H1.HeaderClassName
 {
   color: #400DE7;
 }
 .AnyTagClassName
 {
   color: #400DE7;
 }
</style>
background-color css

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

 a { background-color: rgb(64,13,231); }

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

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

 span { border-color: rgb(64,13,231); }

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