Html Css Color HEX #3D1F49 Jagger

📋 copy color: '#3D1F49'

red 61 ◦ green 31 ◦ blue 73

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

Shades of Jagger #3D1F49

Tints of Jagger #3D1F49

RGB

 RED value IS 61 (24.22% from 255) = 36.97%

 GREEN value IS 31 (12.5% from 255) = 18.79%

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

R = 36.97%
G = 18.79%
B = 44.24%

CMYK

 C value IS 0.16

 M value IS 0.58

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#3D1F49 (or 0x3D1F49) is known color: Jagger. HEX triplet: 3D, 1F and 49. RGB value is (61,31,73). Sum of RGB (Red+Green+Blue) = 61+31+73=165 (21% of max value = 765). Red value is 61 (24.22% from 255 or 36.97% from 165); Green value is 31 (12.5% from 255 or 18.79% from 165); Blue value is 73 (28.91% from 255 or 44.24% from 165); Max value from RGB is 73 - color contains mainly: blue. Hex color #3D1F49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D1F49 is #C2E0B6. Grayscale: #2C2C2C. Windows color (decimal): -12771511 or 4792125. OLE color: 4792125.

HSL color Cylindrical-coordinate representation of color #3D1F49: hue angle of 282.86º degrees, saturation: 0.4, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3D1F49 is Cyan = 0.16, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 61 31 73 -
CMYK 0.16 0.58 0 0.71
HSL 282.86º 0.4% 0.2% -
HSV(B) 282.86º 0.58% 0.29% -
XYZ 3.62 2.45 6.59 -
YUV 44.76 143.94 139.58 -
System Red Green Blue C M Y K H S L
Decimal 61 31 73 0.16 0.58 0 0.71 282.86 0.4 0.2
Hex 3D 1F 49 10 3A 0 47 11B 28 14
Octal 75 37 111 20 72 0 107 433 50 24
Binary 111101 11111 1001001 10000 111010 0 1000111 100011011 101000 10100

Color Harmonies of #3D1F49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D1F49

Black with #3D1F49

Text Example


Text Example

White with #3D1F49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,31,73); }

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

background-color css

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

 a { background-color: rgb(61,31,73); }

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

border-color css

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

 span { border-color: rgb(61,31,73); }

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