#402AED

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

Shades of Han Purple #402AED

Tints of Han Purple #402AED

Color information

#402AED (or 0x402AED) is unknown color: approx Han Purple. HEX triplet: 40, 2A and ED. RGB value is (64,42,237). Sum of RGB (Red+Green+Blue) = 64+42+237=343 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.66% from 343); Green value is 42 (16.80% from 255 or 12.24% from 343); Blue value is 237 (92.97% from 255 or 69.10% from 343); Max value from RGB is 237 - color contains mainly: blue. Hex color #402AED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #402AED is #BFD512. Grayscale: #464646. Windows color (decimal): -12571923 or 15542848. OLE color: 15542848.

HSL color Cylindrical-coordinate representation of color #402AED: hue angle of 246.77º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #402AED is Cyan = 0.73, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB6442237-
CMYK0.730.8200.07
HSL246.77º84.42%54.71%-
HSV(B)246.77º82.28%92.94%-
XYZ18.238.8680.87-
YUV70.81221.79123.14-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 18.66%
GREEN value IS 42 (16.80% from 255) = 12.24%
BLUE value IS 237 (92.97% from 255) = 69.10%
R=18.66%
G=12.24%
B=69.10%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal64422370.730.8200.07246.7784.4254.71
Hex402AED495207f75437
Octal100523551111220736712467
Binary100000010101011101101100100110100100111111101111010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402AED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,42,237); }

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

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

 a { background-color: rgb(64,42,237); }

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

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

 span { border-color: rgb(64,42,237); }

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