#3D397A

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

Shades of Jacksons Purple #3D397A

Tints of Jacksons Purple #3D397A

Color information

#3D397A (or 0x3D397A) is unknown color: approx Jacksons Purple. HEX triplet: 3D, 39 and 7A. RGB value is (61,57,122). Sum of RGB (Red+Green+Blue) = 61+57+122=240 (31% of max value = 765). Red value is 61 (24.22% from 255 or 25.42% from 240); Green value is 57 (22.66% from 255 or 23.75% from 240); Blue value is 122 (48.05% from 255 or 50.83% from 240); Max value from RGB is 122 - color contains mainly: blue. Hex color #3D397A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D397A is #C2C685. Grayscale: #414141. Windows color (decimal): -12764806 or 8010045. OLE color: 8010045.

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

Color convert

RGB6157122-
CMYK0.500.5300.52
HSL243.69º36.31%35.1%-
HSV(B)243.69º53.28%47.84%-
XYZ6.95.3219.08-
YUV65.61159.83124.71-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 25.42%
GREEN value IS 57 (22.66% from 255) = 23.75%
BLUE value IS 122 (48.05% from 255) = 50.83%
R=25.42%
G=23.75%
B=50.83%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal61571220.500.5300.52243.6936.3135.1
Hex3D397A3235034f42423
Octal757117262650643644443
Binary1111011110011111010110010110101011010011110100100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D397A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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