#3D3D76

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

Shades of Jacksons Purple #3D3D76

Tints of Jacksons Purple #3D3D76

Color information

#3D3D76 (or 0x3D3D76) is unknown color: approx Jacksons Purple. HEX triplet: 3D, 3D and 76. RGB value is (61,61,118). Sum of RGB (Red+Green+Blue) = 61+61+118=240 (31% of max value = 765). Red value is 61 (24.22% from 255 or 25.42% from 240); Green value is 61 (24.22% from 255 or 25.42% from 240); Blue value is 118 (46.48% from 255 or 49.17% from 240); Max value from RGB is 118 - color contains mainly: blue. Hex color #3D3D76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D3D76 is #C2C289. Grayscale: #434343. Windows color (decimal): -12763786 or 7748925. OLE color: 7748925.

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

Color convert

RGB6161118-
CMYK0.480.4800.54
HSL240º31.84%35.1%-
HSV(B)240º48.31%46.27%-
XYZ6.865.6417.87-
YUV67.5156.5123.37-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 25.42%
GREEN value IS 61 (24.22% from 255) = 25.42%
BLUE value IS 118 (46.48% from 255) = 49.17%
R=25.42%
G=25.42%
B=49.17%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal61611180.480.4800.5424031.8435.1
Hex3D3D763030036f02023
Octal757516660600663604043
Binary1111011111011110110110000110000011011011110000100000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D3D76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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