#39377F

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

Shades of Jacksons Purple #39377F

Tints of Jacksons Purple #39377F

Color information

#39377F (or 0x39377F) is unknown color: approx Jacksons Purple. HEX triplet: 39, 37 and 7F. RGB value is (57,55,127). Sum of RGB (Red+Green+Blue) = 57+55+127=239 (31% of max value = 765). Red value is 57 (22.66% from 255 or 23.85% from 239); Green value is 55 (21.88% from 255 or 23.01% from 239); Blue value is 127 (50% from 255 or 53.14% from 239); Max value from RGB is 127 - color contains mainly: blue. Hex color #39377F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #39377F is #C6C880. Grayscale: #3F3F3F. Windows color (decimal): -13027457 or 8337209. OLE color: 8337209.

HSL color Cylindrical-coordinate representation of color #39377F: hue angle of 241.67º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #39377F is Cyan = 0.55, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB5755127-
CMYK0.550.5700.50
HSL241.67º39.56%35.69%-
HSV(B)241.67º56.69%49.8%-
XYZ6.885.1320.71-
YUV63.81163.66123.15-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 23.85%
GREEN value IS 55 (21.88% from 255) = 23.01%
BLUE value IS 127 (50% from 255) = 53.14%
R=23.85%
G=23.01%
B=53.14%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal57551270.550.5700.50241.6739.5635.69
Hex39377F3739032f22824
Octal716717767710623625044
Binary1110011101111111111110111111001011001011110010101000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39377F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39377F; }

 p { color: rgb(57,55,127); }

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

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

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

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

<style>
 span { border-color: #39377F; }

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

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