#402446

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

Shades of Hot Purple #402446

Tints of Hot Purple #402446

Color information

#402446 (or 0x402446) is unknown color: approx Hot Purple. HEX triplet: 40, 24 and 46. RGB value is (64,36,70). Sum of RGB (Red+Green+Blue) = 64+36+70=170 (22% of max value = 765). Red value is 64 (25.39% from 255 or 37.65% from 170); Green value is 36 (14.45% from 255 or 21.18% from 170); Blue value is 70 (27.73% from 255 or 41.18% from 170); Max value from RGB is 70 - color contains mainly: blue. Hex color #402446 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #402446 is #BFDBB9. Grayscale: #303030. Windows color (decimal): -12573626 or 4596800. OLE color: 4596800.

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

Color convert

RGB643670-
CMYK0.090.4900.73
HSL289.41º32.08%20.78%-
HSV(B)289.41º48.57%27.45%-
XYZ3.852.796.13-
YUV48.25140.28139.24-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 37.65%
GREEN value IS 36 (14.45% from 255) = 21.18%
BLUE value IS 70 (27.73% from 255) = 41.18%
R=37.65%
G=21.18%
B=41.18%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6436700.090.4900.73289.4132.0820.78
Hex4024469310491212015
Octal10044106116101114414025
Binary1000000100100100011010011100010100100110010000110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402446; }

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

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

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

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

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

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

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

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