#39397a

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

Shades of Jacksons Purple #39397A

Tints of Jacksons Purple #39397A

Color information

#39397A (or 0x39397A) is unknown color: approx Jacksons Purple. HEX triplet: 39, 39 and 7A. RGB value is (57,57,122). Sum of RGB (Red+Green+Blue) = 57+57+122=236 (31% of max value = 765). Red value is 57 (22.66% from 255 or 24.15% from 236); Green value is 57 (22.66% from 255 or 24.15% from 236); Blue value is 122 (48.05% from 255 or 51.69% from 236); Max value from RGB is 122 - color contains mainly: blue. Hex color #39397A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #39397A is #C6C685. Grayscale: #404040. Windows color (decimal): -13026950 or 8010041. OLE color: 8010041.

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

Color convert

RGB5757122-
CMYK0.530.5300.52
HSL240º36.31%35.1%-
HSV(B)240º53.28%47.84%-
XYZ6.665.219.07-
YUV64.41160.5122.71-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 24.15%
GREEN value IS 57 (22.66% from 255) = 24.15%
BLUE value IS 122 (48.05% from 255) = 51.69%
R=24.15%
G=24.15%
B=51.69%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal57571220.530.5300.5224036.3135.1
Hex39397A3535034f02423
Octal717117265650643604443
Binary1110011110011111010110101110101011010011110000100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39397a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39397a; }

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

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

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

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

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

<style>
 span { border-color: #39397a; }

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

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