#3B327B

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

Shades of Jacksons Purple #3B327B

Tints of Jacksons Purple #3B327B

Color information

#3B327B (or 0x3B327B) is unknown color: approx Jacksons Purple. HEX triplet: 3B, 32 and 7B. RGB value is (59,50,123). Sum of RGB (Red+Green+Blue) = 59+50+123=232 (30% of max value = 765). Red value is 59 (23.44% from 255 or 25.43% from 232); Green value is 50 (19.92% from 255 or 21.55% from 232); Blue value is 123 (48.44% from 255 or 53.02% from 232); Max value from RGB is 123 - color contains mainly: blue. Hex color #3B327B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B327B is #C4CD84. Grayscale: #3C3C3C. Windows color (decimal): -12897669 or 8073787. OLE color: 8073787.

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

Color convert

RGB5950123-
CMYK0.520.5900.52
HSL247.4º42.2%33.92%-
HSV(B)247.4º59.35%48.24%-
XYZ6.524.6419.29-
YUV61.01162.98126.56-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 25.43%
GREEN value IS 50 (19.92% from 255) = 21.55%
BLUE value IS 123 (48.44% from 255) = 53.02%
R=25.43%
G=21.55%
B=53.02%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal59501230.520.5900.52247.442.233.92
Hex3B327B343B034f72a22
Octal736217364730643675242
Binary1110111100101111011110100111011011010011110111101010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B327B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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