Html Css Color HEX #3E314F Jagger

📋 copy color: '#3E314F'

red 62 ◦ green 49 ◦ blue 79

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

Shades of Jagger #3E314F

Tints of Jagger #3E314F

RGB

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

 GREEN value IS 49 (19.53% from 255) = 25.79%

 BLUE value IS 79 (31.25% from 255) = 41.58%

R = 32.63%
G = 25.79%
B = 41.58%

CMYK

 C value IS 0.22

 M value IS 0.38

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#3E314F (or 0x3E314F) is known color: Jagger. HEX triplet: 3E, 31 and 4F. RGB value is (62,49,79). Sum of RGB (Red+Green+Blue) = 62+49+79=190 (25% of max value = 765). Red value is 62 (24.61% from 255 or 32.63% from 190); Green value is 49 (19.53% from 255 or 25.79% from 190); Blue value is 79 (31.25% from 255 or 41.58% from 190); Max value from RGB is 79 - color contains mainly: blue. Hex color #3E314F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E314F is #C1CEB0. Grayscale: #383838. Windows color (decimal): -12701361 or 5189950. OLE color: 5189950.

HSL color Cylindrical-coordinate representation of color #3E314F: hue angle of 266º degrees, saturation: 0.23, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #3E314F is Cyan = 0.22, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 62 49 79 -
CMYK 0.22 0.38 0 0.69
HSL 266º 0.23% 0.25% -
HSV(B) 266º 0.38% 0.31% -
XYZ 4.5 3.79 7.89 -
YUV 56.31 140.81 132.06 -
System Red Green Blue C M Y K H S L
Decimal 62 49 79 0.22 0.38 0 0.69 266 0.23 0.25
Hex 3E 31 4F 16 26 0 45 10A 17 19
Octal 76 61 117 26 46 0 105 412 27 31
Binary 111110 110001 1001111 10110 100110 0 1000101 100001010 10111 11001

Color Harmonies of #3E314F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E314F

Black with #3E314F

Text Example


Text Example

White with #3E314F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,49,79); }

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

background-color css

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

 a { background-color: rgb(62,49,79); }

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

border-color css

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

 span { border-color: rgb(62,49,79); }

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