#3E2347

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

Shades of Jagger #3E2347

Tints of Jagger #3E2347

Color information

#3E2347 (or 0x3E2347) is unknown color: approx Jagger. HEX triplet: 3E, 23 and 47. RGB value is (62,35,71). Sum of RGB (Red+Green+Blue) = 62+35+71=168 (22% of max value = 765). Red value is 62 (24.61% from 255 or 36.90% from 168); Green value is 35 (14.06% from 255 or 20.83% from 168); Blue value is 71 (28.12% from 255 or 42.26% from 168); Max value from RGB is 71 - color contains mainly: blue. Hex color #3E2347 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E2347 is #C1DCB8. Grayscale: #2F2F2F. Windows color (decimal): -12704953 or 4662078. OLE color: 4662078.

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

Color convert

RGB623571-
CMYK0.130.5100.72
HSL285º33.96%20.78%-
HSV(B)285º50.7%27.84%-
XYZ3.722.686.28-
YUV47.18141.45138.57-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 36.90%
GREEN value IS 35 (14.06% from 255) = 20.83%
BLUE value IS 71 (28.12% from 255) = 42.26%
R=36.90%
G=20.83%
B=42.26%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6235710.130.5100.7228533.9620.78
Hex3E2347D3304811d2215
Octal7643107156301104354225
Binary111110100011100011111011100110100100010001110110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E2347

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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