#3D3C75

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

Shades of Jacksons Purple #3D3C75

Tints of Jacksons Purple #3D3C75

Color information

#3D3C75 (or 0x3D3C75) is unknown color: approx Jacksons Purple. HEX triplet: 3D, 3C and 75. RGB value is (61,60,117). Sum of RGB (Red+Green+Blue) = 61+60+117=238 (31% of max value = 765). Red value is 61 (24.22% from 255 or 25.63% from 238); Green value is 60 (23.83% from 255 or 25.21% from 238); Blue value is 117 (46.09% from 255 or 49.16% from 238); Max value from RGB is 117 - color contains mainly: blue. Hex color #3D3C75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D3C75 is #C2C38A. Grayscale: #424242. Windows color (decimal): -12764043 or 7683133. OLE color: 7683133.

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

Color convert

RGB6160117-
CMYK0.480.4900.54
HSL241.05º32.2%34.71%-
HSV(B)241.05º48.72%45.88%-
XYZ6.755.5117.54-
YUV66.8156.33123.87-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 25.63%
GREEN value IS 60 (23.83% from 255) = 25.21%
BLUE value IS 117 (46.09% from 255) = 49.16%
R=25.63%
G=25.21%
B=49.16%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal61601170.480.4900.54241.0532.234.71
Hex3D3C753031036f12023
Octal757416560610663614043
Binary1111011111001110101110000110001011011011110001100000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D3C75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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