#3E2953

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

Shades of Jagger #3E2953

Tints of Jagger #3E2953

Color information

#3E2953 (or 0x3E2953) is unknown color: approx Jagger. HEX triplet: 3E, 29 and 53. RGB value is (62,41,83). Sum of RGB (Red+Green+Blue) = 62+41+83=186 (24% of max value = 765). Red value is 62 (24.61% from 255 or 33.33% from 186); Green value is 41 (16.41% from 255 or 22.04% from 186); Blue value is 83 (32.81% from 255 or 44.62% from 186); Max value from RGB is 83 - color contains mainly: blue. Hex color #3E2953 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E2953 is #C1D6AC. Grayscale: #333333. Windows color (decimal): -12703405 or 5450046. OLE color: 5450046.

HSL color Cylindrical-coordinate representation of color #3E2953: hue angle of 270º degrees, saturation: 0.34, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #3E2953 is Cyan = 0.25, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB624183-
CMYK0.250.5100.67
HSL270º33.87%24.31%-
HSV(B)270º50.6%32.55%-
XYZ4.343.238.58-
YUV52.07145.46135.08-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 33.33%
GREEN value IS 41 (16.41% from 255) = 22.04%
BLUE value IS 83 (32.81% from 255) = 44.62%
R=33.33%
G=22.04%
B=44.62%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6241830.250.5100.6727033.8724.31
Hex3E2953193304310e2218
Octal7651123316301034164230
Binary1111101010011010011110011100110100001110000111010001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E2953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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