#402C45

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

Shades of Hot Purple #402C45

Tints of Hot Purple #402C45

Color information

#402C45 (or 0x402C45) is unknown color: approx Hot Purple. HEX triplet: 40, 2C and 45. RGB value is (64,44,69). Sum of RGB (Red+Green+Blue) = 64+44+69=177 (23% of max value = 765). Red value is 64 (25.39% from 255 or 36.16% from 177); Green value is 44 (17.58% from 255 or 24.86% from 177); Blue value is 69 (27.34% from 255 or 38.98% from 177); Max value from RGB is 69 - color contains mainly: blue. Hex color #402C45 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #402C45 is #BFD3BA. Grayscale: #343434. Windows color (decimal): -12571579 or 4533312. OLE color: 4533312.

HSL color Cylindrical-coordinate representation of color #402C45: hue angle of 288º degrees, saturation: 0.22, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #402C45 is Cyan = 0.07, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB644469-
CMYK0.070.3600.73
HSL288º22.12%22.16%-
HSV(B)288º36.23%27.06%-
XYZ4.093.326.06-
YUV52.83137.13135.97-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 36.16%
GREEN value IS 44 (17.58% from 255) = 24.86%
BLUE value IS 69 (27.34% from 255) = 38.98%
R=36.16%
G=24.86%
B=38.98%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6444690.070.3600.7328822.1222.16
Hex402C457240491201616
Octal1005410574401114402626
Binary10000001011001000101111100100010010011001000001011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402C45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,44,69); }

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

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

 a { background-color: rgb(64,44,69); }

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

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

 span { border-color: rgb(64,44,69); }

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