#402440

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

Shades of Valentino #402440

Tints of Valentino #402440

Color information

#402440 (or 0x402440) is unknown color: approx Valentino. HEX triplet: 40, 24 and 40. RGB value is (64,36,64). Sum of RGB (Red+Green+Blue) = 64+36+64=164 (21% of max value = 765). Red value is 64 (25.39% from 255 or 39.02% from 164); Green value is 36 (14.45% from 255 or 21.95% from 164); Blue value is 64 (25.39% from 255 or 39.02% from 164); Max value from RGB is 64 - color contains mainly: red, blue. Hex color #402440 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #402440 is #BFDBBF. Grayscale: #2F2F2F. Windows color (decimal): -12573632 or 4203584. OLE color: 4203584.

HSL color Cylindrical-coordinate representation of color #402440: hue angle of 300º degrees, saturation: 0.28, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #402440 is Cyan = 0, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB643664-
CMYK00.4400.75
HSL300º28%19.61%-
HSV(B)300º43.75%25.1%-
XYZ3.672.725.18-
YUV47.56137.28139.72-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 39.02%
GREEN value IS 36 (14.45% from 255) = 21.95%
BLUE value IS 64 (25.39% from 255) = 39.02%
R=39.02%
G=21.95%
B=39.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64366400.4400.753002819.61
Hex40244002C04B12c1c14
Octal1004410005401134543424
Binary100000010010010000000101100010010111001011001110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402440; }

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

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

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

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

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

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

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

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