#3B327F

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

Shades of Jacksons Purple #3B327F

Tints of Jacksons Purple #3B327F

Color information

#3B327F (or 0x3B327F) is unknown color: approx Jacksons Purple. HEX triplet: 3B, 32 and 7F. RGB value is (59,50,127). Sum of RGB (Red+Green+Blue) = 59+50+127=236 (31% of max value = 765). Red value is 59 (23.44% from 255 or 25% from 236); Green value is 50 (19.92% from 255 or 21.19% from 236); Blue value is 127 (50% from 255 or 53.81% from 236); Max value from RGB is 127 - color contains mainly: blue. Hex color #3B327F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B327F is #C4CD80. Grayscale: #3D3D3D. Windows color (decimal): -12897665 or 8335931. OLE color: 8335931.

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

Color convert

RGB5950127-
CMYK0.540.6100.50
HSL247.01º43.5%34.71%-
HSV(B)247.01º60.63%49.8%-
XYZ6.784.7420.64-
YUV61.47164.98126.24-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 25%
GREEN value IS 50 (19.92% from 255) = 21.19%
BLUE value IS 127 (50% from 255) = 53.81%
R=25%
G=21.19%
B=53.81%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal59501270.540.6100.50247.0143.534.71
Hex3B327F363D032f72c23
Octal736217766750623675443
Binary1110111100101111111110110111101011001011110111101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B327F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,50,127); }

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

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

 a { background-color: rgb(59,50,127); }

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

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

 span { border-color: rgb(59,50,127); }

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