#402346

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

Shades of Hot Purple #402346

Tints of Hot Purple #402346

Color information

#402346 (or 0x402346) is unknown color: approx Hot Purple. HEX triplet: 40, 23 and 46. RGB value is (64,35,70). Sum of RGB (Red+Green+Blue) = 64+35+70=169 (22% of max value = 765). Red value is 64 (25.39% from 255 or 37.87% from 169); Green value is 35 (14.06% from 255 or 20.71% from 169); Blue value is 70 (27.73% from 255 or 41.42% from 169); Max value from RGB is 70 - color contains mainly: blue. Hex color #402346 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #402346 is #BFDCB9. Grayscale: #2F2F2F. Windows color (decimal): -12573882 or 4596544. OLE color: 4596544.

HSL color Cylindrical-coordinate representation of color #402346: hue angle of 289.71º degrees, saturation: 0.33, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #402346 is Cyan = 0.09, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB643570-
CMYK0.090.500.73
HSL289.71º33.33%20.59%-
HSV(B)289.71º50%27.45%-
XYZ3.822.736.12-
YUV47.66140.61139.65-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 37.87%
GREEN value IS 35 (14.06% from 255) = 20.71%
BLUE value IS 70 (27.73% from 255) = 41.42%
R=37.87%
G=20.71%
B=41.42%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6435700.090.500.73289.7133.3320.59
Hex4023469320491222115
Octal10043106116201114424125
Binary1000000100011100011010011100100100100110010001010000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402346; }

 p { color: rgb(64,35,70); }

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

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

 a { background-color: rgb(64,35,70); }

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

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

 span { border-color: rgb(64,35,70); }

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