#402CF3

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

Shades of Han Purple #402CF3

Tints of Han Purple #402CF3

Color information

#402CF3 (or 0x402CF3) is unknown color: approx Han Purple. HEX triplet: 40, 2C and F3. RGB value is (64,44,243). Sum of RGB (Red+Green+Blue) = 64+44+243=351 (46% of max value = 765). Red value is 64 (25.39% from 255 or 18.23% from 351); Green value is 44 (17.58% from 255 or 12.54% from 351); Blue value is 243 (95.31% from 255 or 69.23% from 351); Max value from RGB is 243 - color contains mainly: blue. Hex color #402CF3 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #402CF3 is #BFD30C. Grayscale: #474747. Windows color (decimal): -12571405 or 15936576. OLE color: 15936576.

HSL color Cylindrical-coordinate representation of color #402CF3: hue angle of 246.03º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #402CF3 is Cyan = 0.74, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB6444243-
CMYK0.740.8200.05
HSL246.03º89.24%56.27%-
HSV(B)246.03º81.89%95.29%-
XYZ19.199.3685.59-
YUV72.67224.13121.82-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 18.23%
GREEN value IS 44 (17.58% from 255) = 12.54%
BLUE value IS 243 (95.31% from 255) = 69.23%
R=18.23%
G=12.54%
B=69.23%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal64442430.740.8200.05246.0389.2456.27
Hex402CF34A5205f65938
Octal100543631121220536613170
Binary100000010110011110011100101010100100101111101101011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402CF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402CF3; }

 p { color: rgb(64,44,243); }

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

<style>
 a { background-color: #402CF3; }

 a { background-color: rgb(64,44,243); }

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

<style>
 span { border-color: #402CF3; }

 span { border-color: rgb(64,44,243); }

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