#400DF6

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

Shades of Han Purple #400DF6

Tints of Han Purple #400DF6

Color information

#400DF6 (or 0x400DF6) is unknown color: approx Han Purple. HEX triplet: 40, 0D and F6. RGB value is (64,13,246). Sum of RGB (Red+Green+Blue) = 64+13+246=323 (42% of max value = 765). Red value is 64 (25.39% from 255 or 19.81% from 323); Green value is 13 (5.47% from 255 or 4.02% from 323); Blue value is 246 (96.48% from 255 or 76.16% from 323); Max value from RGB is 246 - color contains mainly: blue. Hex color #400DF6 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #400DF6 is #BFF209. Grayscale: #353535. Windows color (decimal): -12579338 or 16125248. OLE color: 16125248.

HSL color Cylindrical-coordinate representation of color #400DF6: hue angle of 253.13º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #400DF6 is Cyan = 0.74, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB6413246-
CMYK0.740.9500.04
HSL253.13º92.83%50.78%-
HSV(B)253.13º94.72%96.47%-
XYZ18.898.0387.74-
YUV54.81235.9134.55-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 19.81%
GREEN value IS 13 (5.47% from 255) = 4.02%
BLUE value IS 246 (96.48% from 255) = 76.16%
R=19.81%
G=4.02%
B=76.16%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal64132460.740.9500.04253.1392.8350.78
Hex40DF64A5F04fd5d33
Octal100153661121370437513563
Binary1000000110111110110100101010111110100111111011011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400DF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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