Html Css Color HEX #3F2049 Jagger

📋 copy color: '#3F2049'

red 63 ◦ green 32 ◦ blue 73

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

Shades of Jagger #3F2049

Tints of Jagger #3F2049

RGB

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

 GREEN value IS 32 (12.89% from 255) = 19.05%

 BLUE value IS 73 (28.91% from 255) = 43.45%

R = 37.5%
G = 19.05%
B = 43.45%

CMYK

 C value IS 0.14

 M value IS 0.56

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#3F2049 (or 0x3F2049) is known color: Jagger. HEX triplet: 3F, 20 and 49. RGB value is (63,32,73). Sum of RGB (Red+Green+Blue) = 63+32+73=168 (22% of max value = 765). Red value is 63 (25% from 255 or 37.5% from 168); Green value is 32 (12.89% from 255 or 19.05% from 168); Blue value is 73 (28.91% from 255 or 43.45% from 168); Max value from RGB is 73 - color contains mainly: blue. Hex color #3F2049 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F2049 is #C0DFB6. Grayscale: #2D2D2D. Windows color (decimal): -12640183 or 4792383. OLE color: 4792383.

HSL color Cylindrical-coordinate representation of color #3F2049: hue angle of 285.37º degrees, saturation: 0.39, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3F2049 is Cyan = 0.14, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 63 32 73 -
CMYK 0.14 0.56 0 0.71
HSL 285.37º 0.39% 0.21% -
HSV(B) 285.37º 0.56% 0.29% -
XYZ 3.77 2.57 6.6 -
YUV 45.94 143.27 140.17 -
System Red Green Blue C M Y K H S L
Decimal 63 32 73 0.14 0.56 0 0.71 285.37 0.39 0.21
Hex 3F 20 49 E 38 0 47 11D 27 15
Octal 77 40 111 16 70 0 107 435 47 25
Binary 111111 100000 1001001 1110 111000 0 1000111 100011101 100111 10101

Color Harmonies of #3F2049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F2049

Black with #3F2049

Text Example


Text Example

White with #3F2049

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,32,73); }

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

background-color css

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

 a { background-color: rgb(63,32,73); }

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

border-color css

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

 span { border-color: rgb(63,32,73); }

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