#42394F

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

Shades of Grape #42394F

Tints of Grape #42394F

Color information

#42394F (or 0x42394F) is unknown color: approx Grape. HEX triplet: 42, 39 and 4F. RGB value is (66,57,79). Sum of RGB (Red+Green+Blue) = 66+57+79=202 (26% of max value = 765). Red value is 66 (26.17% from 255 or 32.67% from 202); Green value is 57 (22.66% from 255 or 28.22% from 202); Blue value is 79 (31.25% from 255 or 39.11% from 202); Max value from RGB is 79 - color contains mainly: blue. Hex color #42394F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42394F is #BDC6B0. Grayscale: #3E3E3E. Windows color (decimal): -12437169 or 5192002. OLE color: 5192002.

HSL color Cylindrical-coordinate representation of color #42394F: hue angle of 264.55º degrees, saturation: 0.16, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #42394F is Cyan = 0.16, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB665779-
CMYK0.160.2800.69
HSL264.55º16.18%26.67%-
HSV(B)264.55º27.85%30.98%-
XYZ5.124.658.02-
YUV62.2137.48130.71-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 32.67%
GREEN value IS 57 (22.66% from 255) = 28.22%
BLUE value IS 79 (31.25% from 255) = 39.11%
R=32.67%
G=28.22%
B=39.11%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6657790.160.2800.69264.5516.1826.67
Hex42394F101C045109101b
Octal10271117203401054112033
Binary100001011100110011111000011100010001011000010011000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42394F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42394F; }

 p { color: rgb(66,57,79); }

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

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

 a { background-color: rgb(66,57,79); }

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

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

 span { border-color: rgb(66,57,79); }

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