Html Css Color HEX #3E1F49 Jagger

📋 copy color: '#3E1F49'

red 62 ◦ green 31 ◦ blue 73

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

Shades of Jagger #3E1F49

Tints of Jagger #3E1F49

RGB

 RED value IS 62 (24.61% from 255) = 37.35%

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

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

R = 37.35%
G = 18.67%
B = 43.98%

CMYK

 C value IS 0.15

 M value IS 0.58

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#3E1F49 (or 0x3E1F49) is known color: Jagger. HEX triplet: 3E, 1F and 49. RGB value is (62,31,73). Sum of RGB (Red+Green+Blue) = 62+31+73=166 (21% of max value = 765). Red value is 62 (24.61% from 255 or 37.35% from 166); Green value is 31 (12.5% from 255 or 18.67% from 166); Blue value is 73 (28.91% from 255 or 43.98% from 166); Max value from RGB is 73 - color contains mainly: blue. Hex color #3E1F49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E1F49 is #C1E0B6. Grayscale: #2C2C2C. Windows color (decimal): -12705975 or 4792126. OLE color: 4792126.

HSL color Cylindrical-coordinate representation of color #3E1F49: hue angle of 284.29º 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 #3E1F49 is Cyan = 0.15, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 62 31 73 -
CMYK 0.15 0.58 0 0.71
HSL 284.29º 0.4% 0.2% -
HSV(B) 284.29º 0.58% 0.29% -
XYZ 3.68 2.49 6.59 -
YUV 45.06 143.77 140.08 -
System Red Green Blue C M Y K H S L
Decimal 62 31 73 0.15 0.58 0 0.71 284.29 0.4 0.2
Hex 3E 1F 49 F 3A 0 47 11C 28 14
Octal 76 37 111 17 72 0 107 434 50 24
Binary 111110 11111 1001001 1111 111010 0 1000111 100011100 101000 10100

Color Harmonies of #3E1F49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E1F49

Black with #3E1F49

Text Example


Text Example

White with #3E1F49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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