#3E3147

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

Shades of Jagger #3E3147

Tints of Jagger #3E3147

Color information

#3E3147 (or 0x3E3147) is unknown color: approx Jagger. HEX triplet: 3E, 31 and 47. RGB value is (62,49,71). Sum of RGB (Red+Green+Blue) = 62+49+71=182 (24% of max value = 765). Red value is 62 (24.61% from 255 or 34.07% from 182); Green value is 49 (19.53% from 255 or 26.92% from 182); Blue value is 71 (28.12% from 255 or 39.01% from 182); Max value from RGB is 71 - color contains mainly: blue. Hex color #3E3147 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E3147 is #C1CEB8. Grayscale: #373737. Windows color (decimal): -12701369 or 4665662. OLE color: 4665662.

HSL color Cylindrical-coordinate representation of color #3E3147: hue angle of 275.45º degrees, saturation: 0.18, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #3E3147 is Cyan = 0.13, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB624971-
CMYK0.130.3100.72
HSL275.45º18.33%23.53%-
HSV(B)275.45º30.99%27.84%-
XYZ4.223.686.45-
YUV55.4136.81132.71-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 34.07%
GREEN value IS 49 (19.53% from 255) = 26.92%
BLUE value IS 71 (28.12% from 255) = 39.01%
R=34.07%
G=26.92%
B=39.01%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6249710.130.3100.72275.4518.3323.53
Hex3E3147D1F0481131218
Octal7661107153701104232230
Binary1111101100011000111110111111010010001000100111001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E3147

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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