#39337C

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

Shades of Jacksons Purple #39337C

Tints of Jacksons Purple #39337C

Color information

#39337C (or 0x39337C) is unknown color: approx Jacksons Purple. HEX triplet: 39, 33 and 7C. RGB value is (57,51,124). Sum of RGB (Red+Green+Blue) = 57+51+124=232 (30% of max value = 765). Red value is 57 (22.66% from 255 or 24.57% from 232); Green value is 51 (20.31% from 255 or 21.98% from 232); Blue value is 124 (48.83% from 255 or 53.45% from 232); Max value from RGB is 124 - color contains mainly: blue. Hex color #39337C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #39337C is #C6CC83. Grayscale: #3C3C3C. Windows color (decimal): -13028484 or 8139577. OLE color: 8139577.

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

Color convert

RGB5751124-
CMYK0.540.5900.51
HSL244.93º41.71%34.31%-
HSV(B)244.93º58.87%48.63%-
XYZ6.514.6919.63-
YUV61.12163.49125.06-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 24.57%
GREEN value IS 51 (20.31% from 255) = 21.98%
BLUE value IS 124 (48.83% from 255) = 53.45%
R=24.57%
G=21.98%
B=53.45%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal57511240.540.5900.51244.9341.7134.31
Hex39337C363B033f52a22
Octal716317466730633655242
Binary1110011100111111100110110111011011001111110101101010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39337C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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