#3F3653

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

Shades of Grape #3F3653

Tints of Grape #3F3653

Color information

#3F3653 (or 0x3F3653) is unknown color: approx Grape. HEX triplet: 3F, 36 and 53. RGB value is (63,54,83). Sum of RGB (Red+Green+Blue) = 63+54+83=200 (26% of max value = 765). Red value is 63 (25% from 255 or 31.5% from 200); Green value is 54 (21.48% from 255 or 27% from 200); Blue value is 83 (32.81% from 255 or 41.5% from 200); Max value from RGB is 83 - color contains mainly: blue. Hex color #3F3653 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F3653 is #C0C9AC. Grayscale: #3B3B3B. Windows color (decimal): -12634541 or 5453375. OLE color: 5453375.

HSL color Cylindrical-coordinate representation of color #3F3653: hue angle of 258.62º degrees, saturation: 0.21, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #3F3653 is Cyan = 0.24, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB635483-
CMYK0.240.3500.67
HSL258.62º21.17%26.86%-
HSV(B)258.62º34.94%32.55%-
XYZ4.934.328.76-
YUV60140.98130.14-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 31.5%
GREEN value IS 54 (21.48% from 255) = 27%
BLUE value IS 83 (32.81% from 255) = 41.5%
R=31.5%
G=27%
B=41.5%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6354830.240.3500.67258.6221.1726.86
Hex3F36531823043103151b
Octal7766123304301034032533
Binary111111110110101001111000100011010000111000000111010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F3653

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3F3653; }

 p { color: rgb(63,54,83); }

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

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

 a { background-color: rgb(63,54,83); }

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

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

 span { border-color: rgb(63,54,83); }

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