#402740

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

Shades of Valentino #402740

Tints of Valentino #402740

Color information

#402740 (or 0x402740) is unknown color: approx Valentino. HEX triplet: 40, 27 and 40. RGB value is (64,39,64). Sum of RGB (Red+Green+Blue) = 64+39+64=167 (22% of max value = 765). Red value is 64 (25.39% from 255 or 38.32% from 167); Green value is 39 (15.62% from 255 or 23.35% from 167); Blue value is 64 (25.39% from 255 or 38.32% from 167); Max value from RGB is 64 - color contains mainly: red, blue. Hex color #402740 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #402740 is #BFD8BF. Grayscale: #313131. Windows color (decimal): -12572864 or 4204352. OLE color: 4204352.

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

Color convert

RGB643964-
CMYK00.3900.75
HSL300º24.27%20.2%-
HSV(B)300º39.06%25.1%-
XYZ3.772.915.21-
YUV49.32136.28138.47-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 38.32%
GREEN value IS 39 (15.62% from 255) = 23.35%
BLUE value IS 64 (25.39% from 255) = 38.32%
R=38.32%
G=23.35%
B=38.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64396400.3900.7530024.2720.2
Hex40274002704B12c1814
Octal1004710004701134543024
Binary100000010011110000000100111010010111001011001100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402740; }

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

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

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

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

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

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

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

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