#39317A

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

Shades of Jacksons Purple #39317A

Tints of Jacksons Purple #39317A

Color information

#39317A (or 0x39317A) is unknown color: approx Jacksons Purple. HEX triplet: 39, 31 and 7A. RGB value is (57,49,122). Sum of RGB (Red+Green+Blue) = 57+49+122=228 (30% of max value = 765). Red value is 57 (22.66% from 255 or 25% from 228); Green value is 49 (19.53% from 255 or 21.49% from 228); Blue value is 122 (48.05% from 255 or 53.51% from 228); Max value from RGB is 122 - color contains mainly: blue. Hex color #39317A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #39317A is #C6CE85. Grayscale: #3B3B3B. Windows color (decimal): -13028998 or 8007993. OLE color: 8007993.

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

Color convert

RGB5749122-
CMYK0.530.6000.52
HSL246.58º42.69%33.53%-
HSV(B)246.58º59.84%47.84%-
XYZ6.34.4718.94-
YUV59.71163.15126.06-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 25%
GREEN value IS 49 (19.53% from 255) = 21.49%
BLUE value IS 122 (48.05% from 255) = 53.51%
R=25%
G=21.49%
B=53.51%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal57491220.530.6000.52246.5842.6933.53
Hex39317A353C034f72b22
Octal716117265740643675342
Binary1110011100011111010110101111100011010011110111101011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39317A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39317A; }

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

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

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

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

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

<style>
 span { border-color: #39317A; }

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

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