#3E2D54

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

Shades of Jagger #3E2D54

Tints of Jagger #3E2D54

Color information

#3E2D54 (or 0x3E2D54) is unknown color: approx Jagger. HEX triplet: 3E, 2D and 54. RGB value is (62,45,84). Sum of RGB (Red+Green+Blue) = 62+45+84=191 (25% of max value = 765). Red value is 62 (24.61% from 255 or 32.46% from 191); Green value is 45 (17.97% from 255 or 23.56% from 191); Blue value is 84 (33.20% from 255 or 43.98% from 191); Max value from RGB is 84 - color contains mainly: blue. Hex color #3E2D54 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E2D54 is #C1D2AB. Grayscale: #363636. Windows color (decimal): -12702380 or 5516606. OLE color: 5516606.

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

Color convert

RGB624584-
CMYK0.260.4600.67
HSL266.15º30.23%25.29%-
HSV(B)266.15º46.43%32.94%-
XYZ4.533.548.83-
YUV54.53144.63133.33-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 32.46%
GREEN value IS 45 (17.97% from 255) = 23.56%
BLUE value IS 84 (33.20% from 255) = 43.98%
R=32.46%
G=23.56%
B=43.98%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6245840.260.4600.67266.1530.2325.29
Hex3E2D541A2E04310a1e19
Octal7655124325601034123631
Binary111110101101101010011010101110010000111000010101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E2D54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,45,84); }

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

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

 a { background-color: rgb(62,45,84); }

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

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

 span { border-color: rgb(62,45,84); }

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