#403044

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

Shades of Hot Purple #403044

Tints of Hot Purple #403044

Color information

#403044 (or 0x403044) is unknown color: approx Hot Purple. HEX triplet: 40, 30 and 44. RGB value is (64,48,68). Sum of RGB (Red+Green+Blue) = 64+48+68=180 (23% of max value = 765). Red value is 64 (25.39% from 255 or 35.56% from 180); Green value is 48 (19.14% from 255 or 26.67% from 180); Blue value is 68 (26.95% from 255 or 37.78% from 180); Max value from RGB is 68 - color contains mainly: blue. Hex color #403044 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403044 is #BFCFBB. Grayscale: #373737. Windows color (decimal): -12570556 or 4468800. OLE color: 4468800.

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

Color convert

RGB644868-
CMYK0.060.2900.73
HSL288º17.24%22.75%-
HSV(B)288º29.41%26.67%-
XYZ4.213.625.95-
YUV55.06135.3134.37-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 35.56%
GREEN value IS 48 (19.14% from 255) = 26.67%
BLUE value IS 68 (26.95% from 255) = 37.78%
R=35.56%
G=26.67%
B=37.78%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6448680.060.2900.7328817.2422.75
Hex40304461D0491201117
Octal1006010463501114402127
Binary1000000110000100010011011101010010011001000001000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403044

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403044; }

 p { color: rgb(64,48,68); }

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

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

 a { background-color: rgb(64,48,68); }

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

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

 span { border-color: rgb(64,48,68); }

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