Html Css Color HEX #3F274D Jagger

📋 copy color: '#3F274D'

red 63 ◦ green 39 ◦ blue 77

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

Shades of Jagger #3F274D

Tints of Jagger #3F274D

RGB

 RED value IS 63 (25% from 255) = 35.2%

 GREEN value IS 39 (15.63% from 255) = 21.79%

 BLUE value IS 77 (30.47% from 255) = 43.02%

R = 35.2%
G = 21.79%
B = 43.02%

CMYK

 C value IS 0.18

 M value IS 0.49

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#3F274D (or 0x3F274D) is known color: Jagger. HEX triplet: 3F, 27 and 4D. RGB value is (63,39,77). Sum of RGB (Red+Green+Blue) = 63+39+77=179 (23% of max value = 765). Red value is 63 (25% from 255 or 35.20% from 179); Green value is 39 (15.62% from 255 or 21.79% from 179); Blue value is 77 (30.47% from 255 or 43.02% from 179); Max value from RGB is 77 - color contains mainly: blue. Hex color #3F274D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F274D is #C0D8B2. Grayscale: #323232. Windows color (decimal): -12638387 or 5056319. OLE color: 5056319.

HSL color Cylindrical-coordinate representation of color #3F274D: hue angle of 277.89º degrees, saturation: 0.33, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3F274D is Cyan = 0.18, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 63 39 77 -
CMYK 0.18 0.49 0 0.70
HSL 277.89º 0.33% 0.23% -
HSV(B) 277.89º 0.49% 0.3% -
XYZ 4.11 3.04 7.39 -
YUV 50.51 142.95 136.91 -
System Red Green Blue C M Y K H S L
Decimal 63 39 77 0.18 0.49 0 0.70 277.89 0.33 0.23
Hex 3F 27 4D 12 31 0 46 116 21 17
Octal 77 47 115 22 61 0 106 426 41 27
Binary 111111 100111 1001101 10010 110001 0 1000110 100010110 100001 10111

Color Harmonies of #3F274D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F274D

Black with #3F274D

Text Example


Text Example

White with #3F274D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,39,77); }

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

background-color css

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

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

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

border-color css

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

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

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