#3E3150

Color #3E3150 Jagger (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jagger #3E3150

Tints of Jagger #3E3150

Color information

#3E3150 (or 0x3E3150) is unknown color: approx Jagger. HEX triplet: 3E, 31 and 50. RGB value is (62,49,80). Sum of RGB (Red+Green+Blue) = 62+49+80=191 (25% of max value = 765). Red value is 62 (24.61% from 255 or 32.46% from 191); Green value is 49 (19.53% from 255 or 25.65% from 191); Blue value is 80 (31.64% from 255 or 41.88% from 191); Max value from RGB is 80 - color contains mainly: blue. Hex color #3E3150 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E3150 is #C1CEAF. Grayscale: #383838. Windows color (decimal): -12701360 or 5255486. OLE color: 5255486.

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

Color convert

RGB624980-
CMYK0.220.3900.69
HSL265.16º24.03%25.29%-
HSV(B)265.16º38.75%31.37%-
XYZ4.533.88.08-
YUV56.42141.31131.98-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 32.46%
GREEN value IS 49 (19.53% from 255) = 25.65%
BLUE value IS 80 (31.64% from 255) = 41.88%
R=32.46%
G=25.65%
B=41.88%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6249800.220.3900.69265.1624.0325.29
Hex3E315016270451091819
Octal7661120264701054113031
Binary111110110001101000010110100111010001011000010011100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E3150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #3E3150;
 }
 .AnyTagClassName
 {
   color: #3E3150;
 }
</style>
background-color css

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

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

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

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

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

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