Html Css Color HEX #3E294F Jagger

📋 copy color: '#3E294F'

red 62 ◦ green 41 ◦ blue 79

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

Shades of Jagger #3E294F

Tints of Jagger #3E294F

RGB

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

 GREEN value IS 41 (16.41% from 255) = 22.53%

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

R = 34.07%
G = 22.53%
B = 43.41%

CMYK

 C value IS 0.22

 M value IS 0.48

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#3E294F (or 0x3E294F) is known color: Jagger. HEX triplet: 3E, 29 and 4F. RGB value is (62,41,79). Sum of RGB (Red+Green+Blue) = 62+41+79=182 (24% of max value = 765). Red value is 62 (24.61% from 255 or 34.07% from 182); Green value is 41 (16.41% from 255 or 22.53% from 182); Blue value is 79 (31.25% from 255 or 43.41% from 182); Max value from RGB is 79 - color contains mainly: blue. Hex color #3E294F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E294F is #C1D6B0. Grayscale: #333333. Windows color (decimal): -12703409 or 5187902. OLE color: 5187902.

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

Color convert

RGB 62 41 79 -
CMYK 0.22 0.48 0 0.69
HSL 273.16º 0.32% 0.24% -
HSV(B) 273.16º 0.48% 0.31% -
XYZ 4.19 3.17 7.79 -
YUV 51.61 143.46 135.41 -
System Red Green Blue C M Y K H S L
Decimal 62 41 79 0.22 0.48 0 0.69 273.16 0.32 0.24
Hex 3E 29 4F 16 30 0 45 111 20 18
Octal 76 51 117 26 60 0 105 421 40 30
Binary 111110 101001 1001111 10110 110000 0 1000101 100010001 100000 11000

Color Harmonies of #3E294F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E294F

Black with #3E294F

Text Example


Text Example

White with #3E294F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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