#402FE3

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

Shades of Han Purple #402FE3

Tints of Han Purple #402FE3

Color information

#402FE3 (or 0x402FE3) is unknown color: approx Han Purple. HEX triplet: 40, 2F and E3. RGB value is (64,47,227). Sum of RGB (Red+Green+Blue) = 64+47+227=338 (44% of max value = 765). Red value is 64 (25.39% from 255 or 18.93% from 338); Green value is 47 (18.75% from 255 or 13.91% from 338); Blue value is 227 (89.06% from 255 or 67.16% from 338); Max value from RGB is 227 - color contains mainly: blue. Hex color #402FE3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #402FE3 is #BFD01C. Grayscale: #474747. Windows color (decimal): -12570653 or 14888768. OLE color: 14888768.

HSL color Cylindrical-coordinate representation of color #402FE3: hue angle of 245.67º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #402FE3 is Cyan = 0.72, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB6447227-
CMYK0.720.7900.11
HSL245.67º76.27%53.73%-
HSV(B)245.67º79.3%89.02%-
XYZ178.6773.45-
YUV72.6215.13121.86-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 18.93%
GREEN value IS 47 (18.75% from 255) = 13.91%
BLUE value IS 227 (89.06% from 255) = 67.16%
R=18.93%
G=13.91%
B=67.16%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal64472270.720.7900.11245.6776.2753.73
Hex402FE3484F0Bf64c36
Octal1005734311011701336611466
Binary1000000101111111000111001000100111101011111101101001100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402FE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,47,227); }

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

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

 a { background-color: rgb(64,47,227); }

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

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

 span { border-color: rgb(64,47,227); }

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