#3d3976

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

Shades of Jacksons Purple #3D3976

Tints of Jacksons Purple #3D3976

Color information

#3D3976 (or 0x3D3976) is unknown color: approx Jacksons Purple. HEX triplet: 3D, 39 and 76. RGB value is (61,57,118). Sum of RGB (Red+Green+Blue) = 61+57+118=236 (31% of max value = 765). Red value is 61 (24.22% from 255 or 25.85% from 236); Green value is 57 (22.66% from 255 or 24.15% from 236); Blue value is 118 (46.48% from 255 or 50% from 236); Max value from RGB is 118 - color contains mainly: blue. Hex color #3D3976 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D3976 is #C2C689. Grayscale: #404040. Windows color (decimal): -12764810 or 7747901. OLE color: 7747901.

HSL color Cylindrical-coordinate representation of color #3D3976: hue angle of 243.93º degrees, saturation: 0.35, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3D3976 is Cyan = 0.48, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB6157118-
CMYK0.480.5200.54
HSL243.93º34.86%34.31%-
HSV(B)243.93º51.69%46.27%-
XYZ6.665.2317.8-
YUV65.15157.83125.04-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 25.85%
GREEN value IS 57 (22.66% from 255) = 24.15%
BLUE value IS 118 (46.48% from 255) = 50%
R=25.85%
G=24.15%
B=50%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal61571180.480.5200.54243.9334.8634.31
Hex3D39763034036f42322
Octal757116660640663644342
Binary1111011110011110110110000110100011011011110100100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3d3976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,57,118); }

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

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

 a { background-color: rgb(61,57,118); }

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

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

 span { border-color: rgb(61,57,118); }

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