#3D3F7F

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

Shades of Jacksons Purple #3D3F7F

Tints of Jacksons Purple #3D3F7F

Color information

#3D3F7F (or 0x3D3F7F) is unknown color: approx Jacksons Purple. HEX triplet: 3D, 3F and 7F. RGB value is (61,63,127). Sum of RGB (Red+Green+Blue) = 61+63+127=251 (33% of max value = 765). Red value is 61 (24.22% from 255 or 24.30% from 251); Green value is 63 (25% from 255 or 25.10% from 251); Blue value is 127 (50% from 255 or 50.60% from 251); Max value from RGB is 127 - color contains mainly: blue. Hex color #3D3F7F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D3F7F is #C2C080. Grayscale: #454545. Windows color (decimal): -12763265 or 8339261. OLE color: 8339261.

HSL color Cylindrical-coordinate representation of color #3D3F7F: hue angle of 238.18º degrees, saturation: 0.35, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3D3F7F is Cyan = 0.52, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB6163127-
CMYK0.520.5000.50
HSL238.18º35.11%36.86%-
HSV(B)238.18º51.97%49.8%-
XYZ7.536.0820.86-
YUV69.7160.34121.8-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 24.30%
GREEN value IS 63 (25% from 255) = 25.10%
BLUE value IS 127 (50% from 255) = 50.60%
R=24.30%
G=25.10%
B=50.60%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal61631270.520.5000.50238.1835.1136.86
Hex3D3F7F3432032ee2325
Octal757717764620623564345
Binary1111011111111111111110100110010011001011101110100011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D3F7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,63,127); }

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

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

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

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

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

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

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