#402BE2

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

Shades of Han Purple #402BE2

Tints of Han Purple #402BE2

Color information

#402BE2 (or 0x402BE2) is unknown color: approx Han Purple. HEX triplet: 40, 2B and E2. RGB value is (64,43,226). Sum of RGB (Red+Green+Blue) = 64+43+226=333 (44% of max value = 765). Red value is 64 (25.39% from 255 or 19.22% from 333); Green value is 43 (17.19% from 255 or 12.91% from 333); Blue value is 226 (88.67% from 255 or 67.87% from 333); Max value from RGB is 226 - color contains mainly: blue. Hex color #402BE2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #402BE2 is #BFD41D. Grayscale: #454545. Windows color (decimal): -12571678 or 14822208. OLE color: 14822208.

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

Color convert

RGB6443226-
CMYK0.720.8100.11
HSL246.89º75.93%52.75%-
HSV(B)246.89º80.97%88.63%-
XYZ16.718.3172.67-
YUV70.14215.96123.62-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 19.22%
GREEN value IS 43 (17.19% from 255) = 12.91%
BLUE value IS 226 (88.67% from 255) = 67.87%
R=19.22%
G=12.91%
B=67.87%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal64432260.720.8100.11246.8975.9352.75
Hex402BE248510Bf74c35
Octal1005334211012101336711465
Binary1000000101011111000101001000101000101011111101111001100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402BE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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