#3B397C

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

Shades of Jacksons Purple #3B397C

Tints of Jacksons Purple #3B397C

Color information

#3B397C (or 0x3B397C) is unknown color: approx Jacksons Purple. HEX triplet: 3B, 39 and 7C. RGB value is (59,57,124). Sum of RGB (Red+Green+Blue) = 59+57+124=240 (31% of max value = 765). Red value is 59 (23.44% from 255 or 24.58% from 240); Green value is 57 (22.66% from 255 or 23.75% from 240); Blue value is 124 (48.83% from 255 or 51.67% from 240); Max value from RGB is 124 - color contains mainly: blue. Hex color #3B397C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B397C is #C4C683. Grayscale: #404040. Windows color (decimal): -12895876 or 8141115. OLE color: 8141115.

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

Color convert

RGB5957124-
CMYK0.520.5400.51
HSL241.79º37.02%35.49%-
HSV(B)241.79º54.03%48.63%-
XYZ6.95.3119.73-
YUV65.24161.16123.55-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 24.58%
GREEN value IS 57 (22.66% from 255) = 23.75%
BLUE value IS 124 (48.83% from 255) = 51.67%
R=24.58%
G=23.75%
B=51.67%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal59571240.520.5400.51241.7937.0235.49
Hex3B397C3436033f22523
Octal737117464660633624543
Binary1110111110011111100110100110110011001111110010100101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B397C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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