Html Css Color HEX #3C394F Grape

📋 copy color: '#3C394F'

red 60 ◦ green 57 ◦ blue 79

#3C394F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Grape #3C394F

Tints of Grape #3C394F

RGB

 RED value IS 60 (23.83% from 255) = 30.61%

 GREEN value IS 57 (22.66% from 255) = 29.08%

 BLUE value IS 79 (31.25% from 255) = 40.31%

R = 30.61%
G = 29.08%
B = 40.31%

CMYK

 C value IS 0.24

 M value IS 0.28

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#3C394F (or 0x3C394F) is known color: Grape. HEX triplet: 3C, 39 and 4F. RGB value is (60,57,79). Sum of RGB (Red+Green+Blue) = 60+57+79=196 (25% of max value = 765). Red value is 60 (23.83% from 255 or 30.61% from 196); Green value is 57 (22.66% from 255 or 29.08% from 196); Blue value is 79 (31.25% from 255 or 40.31% from 196); Max value from RGB is 79 - color contains mainly: blue. Hex color #3C394F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C394F is #C3C6B0. Grayscale: #3C3C3C. Windows color (decimal): -12830385 or 5191996. OLE color: 5191996.

HSL color Cylindrical-coordinate representation of color #3C394F: hue angle of 248.18º 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 #3C394F is Cyan = 0.24, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 60 57 79 -
CMYK 0.24 0.28 0 0.69
HSL 248.18º 0.16% 0.27% -
HSV(B) 248.18º 0.28% 0.31% -
XYZ 4.74 4.45 8.01 -
YUV 60.41 138.49 127.71 -
System Red Green Blue C M Y K H S L
Decimal 60 57 79 0.24 0.28 0 0.69 248.18 0.16 0.27
Hex 3C 39 4F 18 1C 0 45 F8 10 1B
Octal 74 71 117 30 34 0 105 370 20 33
Binary 111100 111001 1001111 11000 11100 0 1000101 11111000 10000 11011

Color Harmonies of #3C394F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C394F

Black with #3C394F

Text Example


Text Example

White with #3C394F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #3C394F;
 }
 .AnyTagClassName
 {
   color: #3C394F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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