#39327C

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

Shades of Jacksons Purple #39327C

Tints of Jacksons Purple #39327C

Color information

#39327C (or 0x39327C) is unknown color: approx Jacksons Purple. HEX triplet: 39, 32 and 7C. RGB value is (57,50,124). Sum of RGB (Red+Green+Blue) = 57+50+124=231 (30% of max value = 765). Red value is 57 (22.66% from 255 or 24.68% from 231); Green value is 50 (19.92% from 255 or 21.65% from 231); Blue value is 124 (48.83% from 255 or 53.68% from 231); Max value from RGB is 124 - color contains mainly: blue. Hex color #39327C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #39327C is #C6CD83. Grayscale: #3C3C3C. Windows color (decimal): -13028740 or 8139321. OLE color: 8139321.

HSL color Cylindrical-coordinate representation of color #39327C: hue angle of 245.68º degrees, saturation: 0.43, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #39327C is Cyan = 0.54, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB5750124-
CMYK0.540.6000.51
HSL245.68º42.53%34.12%-
HSV(B)245.68º59.68%48.63%-
XYZ6.474.6119.62-
YUV60.53163.82125.48-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 24.68%
GREEN value IS 50 (19.92% from 255) = 21.65%
BLUE value IS 124 (48.83% from 255) = 53.68%
R=24.68%
G=21.65%
B=53.68%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal57501240.540.6000.51245.6842.5334.12
Hex39327C363C033f62b22
Octal716217466740633665342
Binary1110011100101111100110110111100011001111110110101011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39327C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39327C; }

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

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

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

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

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

<style>
 span { border-color: #39327C; }

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

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