#3D3975

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

Shades of Jacksons Purple #3D3975

Tints of Jacksons Purple #3D3975

Color information

#3D3975 (or 0x3D3975) is unknown color: approx Jacksons Purple. HEX triplet: 3D, 39 and 75. RGB value is (61,57,117). Sum of RGB (Red+Green+Blue) = 61+57+117=235 (31% of max value = 765). Red value is 61 (24.22% from 255 or 25.96% from 235); Green value is 57 (22.66% from 255 or 24.26% from 235); Blue value is 117 (46.09% from 255 or 49.79% from 235); Max value from RGB is 117 - color contains mainly: blue. Hex color #3D3975 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D3975 is #C2C68A. Grayscale: #404040. Windows color (decimal): -12764811 or 7682365. OLE color: 7682365.

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

Color convert

RGB6157117-
CMYK0.480.5100.54
HSL244º34.48%34.12%-
HSV(B)244º51.28%45.88%-
XYZ6.65.217.49-
YUV65.04157.33125.12-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 25.96%
GREEN value IS 57 (22.66% from 255) = 24.26%
BLUE value IS 117 (46.09% from 255) = 49.79%
R=25.96%
G=24.26%
B=49.79%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal61571170.480.5100.5424434.4834.12
Hex3D39753033036f42222
Octal757116560630663644242
Binary1111011110011110101110000110011011011011110100100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D3975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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