Html Css Color HEX #3E194D Jagger

📋 copy color: '#3E194D'

red 62 ◦ green 25 ◦ blue 77

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

Shades of Jagger #3E194D

Tints of Jagger #3E194D

RGB

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

 GREEN value IS 25 (10.16% from 255) = 15.24%

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

R = 37.8%
G = 15.24%
B = 46.95%

CMYK

 C value IS 0.19

 M value IS 0.68

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#3E194D (or 0x3E194D) is known color: Jagger. HEX triplet: 3E, 19 and 4D. RGB value is (62,25,77). Sum of RGB (Red+Green+Blue) = 62+25+77=164 (21% of max value = 765). Red value is 62 (24.61% from 255 or 37.80% from 164); Green value is 25 (10.16% from 255 or 15.24% from 164); Blue value is 77 (30.47% from 255 or 46.95% from 164); Max value from RGB is 77 - color contains mainly: blue. Hex color #3E194D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3E194D is #C1E6B2. Grayscale: #292929. Windows color (decimal): -12707507 or 5052734. OLE color: 5052734.

HSL color Cylindrical-coordinate representation of color #3E194D: hue angle of 282.69º degrees, saturation: 0.51, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3E194D is Cyan = 0.19, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 62 25 77 -
CMYK 0.19 0.68 0 0.70
HSL 282.69º 0.51% 0.2% -
HSV(B) 282.69º 0.68% 0.3% -
XYZ 3.67 2.26 7.26 -
YUV 41.99 147.76 142.27 -
System Red Green Blue C M Y K H S L
Decimal 62 25 77 0.19 0.68 0 0.70 282.69 0.51 0.2
Hex 3E 19 4D 13 44 0 46 11B 33 14
Octal 76 31 115 23 104 0 106 433 63 24
Binary 111110 11001 1001101 10011 1000100 0 1000110 100011011 110011 10100

Color Harmonies of #3E194D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E194D

Black with #3E194D

Text Example


Text Example

White with #3E194D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,25,77); }

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

background-color css

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

 a { background-color: rgb(62,25,77); }

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

border-color css

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

 span { border-color: rgb(62,25,77); }

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