Html Css Color HEX #3F2347 Jagger

📋 copy color: '#3F2347'

red 63 ◦ green 35 ◦ blue 71

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

Shades of Jagger #3F2347

Tints of Jagger #3F2347

RGB

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

 GREEN value IS 35 (14.06% from 255) = 20.71%

 BLUE value IS 71 (28.13% from 255) = 42.01%

R = 37.28%
G = 20.71%
B = 42.01%

CMYK

 C value IS 0.11

 M value IS 0.51

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#3F2347 (or 0x3F2347) is known color: Jagger. HEX triplet: 3F, 23 and 47. RGB value is (63,35,71). Sum of RGB (Red+Green+Blue) = 63+35+71=169 (22% of max value = 765). Red value is 63 (25% from 255 or 37.28% from 169); Green value is 35 (14.06% from 255 or 20.71% from 169); Blue value is 71 (28.12% from 255 or 42.01% from 169); Max value from RGB is 71 - color contains mainly: blue. Hex color #3F2347 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F2347 is #C0DCB8. Grayscale: #2F2F2F. Windows color (decimal): -12639417 or 4662079. OLE color: 4662079.

HSL color Cylindrical-coordinate representation of color #3F2347: hue angle of 286.67º degrees, saturation: 0.34, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #3F2347 is Cyan = 0.11, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 63 35 71 -
CMYK 0.11 0.51 0 0.72
HSL 286.67º 0.34% 0.21% -
HSV(B) 286.67º 0.51% 0.28% -
XYZ 3.79 2.71 6.29 -
YUV 47.48 141.28 139.07 -
System Red Green Blue C M Y K H S L
Decimal 63 35 71 0.11 0.51 0 0.72 286.67 0.34 0.21
Hex 3F 23 47 B 33 0 48 11F 22 15
Octal 77 43 107 13 63 0 110 437 42 25
Binary 111111 100011 1000111 1011 110011 0 1001000 100011111 100010 10101

Color Harmonies of #3F2347

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F2347

Black with #3F2347

Text Example


Text Example

White with #3F2347

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,35,71); }

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

background-color css

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

 a { background-color: rgb(63,35,71); }

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

border-color css

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

 span { border-color: rgb(63,35,71); }

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