#3B397A

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

Shades of Jacksons Purple #3B397A

Tints of Jacksons Purple #3B397A

Color information

#3B397A (or 0x3B397A) is unknown color: approx Jacksons Purple. HEX triplet: 3B, 39 and 7A. RGB value is (59,57,122). Sum of RGB (Red+Green+Blue) = 59+57+122=238 (31% of max value = 765). Red value is 59 (23.44% from 255 or 24.79% from 238); Green value is 57 (22.66% from 255 or 23.95% from 238); Blue value is 122 (48.05% from 255 or 51.26% from 238); Max value from RGB is 122 - color contains mainly: blue. Hex color #3B397A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B397A is #C4C685. Grayscale: #404040. Windows color (decimal): -12895878 or 8010043. OLE color: 8010043.

HSL color Cylindrical-coordinate representation of color #3B397A: hue angle of 241.85º 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 #3B397A is Cyan = 0.52, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB5957122-
CMYK0.520.5300.52
HSL241.85º36.31%35.1%-
HSV(B)241.85º53.28%47.84%-
XYZ6.785.2619.07-
YUV65.01160.16123.71-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 24.79%
GREEN value IS 57 (22.66% from 255) = 23.95%
BLUE value IS 122 (48.05% from 255) = 51.26%
R=24.79%
G=23.95%
B=51.26%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal59571220.520.5300.52241.8536.3135.1
Hex3B397A3435034f22423
Octal737117264650643624443
Binary1110111110011111010110100110101011010011110010100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B397A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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