#3B327C

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

Shades of Jacksons Purple #3B327C

Tints of Jacksons Purple #3B327C

Color information

#3B327C (or 0x3B327C) is unknown color: approx Jacksons Purple. HEX triplet: 3B, 32 and 7C. RGB value is (59,50,124). Sum of RGB (Red+Green+Blue) = 59+50+124=233 (30% of max value = 765). Red value is 59 (23.44% from 255 or 25.32% from 233); Green value is 50 (19.92% from 255 or 21.46% from 233); Blue value is 124 (48.83% from 255 or 53.22% from 233); Max value from RGB is 124 - color contains mainly: blue. Hex color #3B327C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B327C is #C4CD83. Grayscale: #3C3C3C. Windows color (decimal): -12897668 or 8139323. OLE color: 8139323.

HSL color Cylindrical-coordinate representation of color #3B327C: hue angle of 247.3º degrees, saturation: 0.43, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3B327C is Cyan = 0.52, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB5950124-
CMYK0.520.6000.51
HSL247.3º42.53%34.12%-
HSV(B)247.3º59.68%48.63%-
XYZ6.584.6719.62-
YUV61.13163.48126.48-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 25.32%
GREEN value IS 50 (19.92% from 255) = 21.46%
BLUE value IS 124 (48.83% from 255) = 53.22%
R=25.32%
G=21.46%
B=53.22%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal59501240.520.6000.51247.342.5334.12
Hex3B327C343C033f72b22
Octal736217464740633675342
Binary1110111100101111100110100111100011001111110111101011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B327C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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