#39377C

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

Shades of Jacksons Purple #39377C

Tints of Jacksons Purple #39377C

Color information

#39377C (or 0x39377C) is unknown color: approx Jacksons Purple. HEX triplet: 39, 37 and 7C. RGB value is (57,55,124). Sum of RGB (Red+Green+Blue) = 57+55+124=236 (31% of max value = 765). Red value is 57 (22.66% from 255 or 24.15% from 236); Green value is 55 (21.88% from 255 or 23.31% from 236); Blue value is 124 (48.83% from 255 or 52.54% from 236); Max value from RGB is 124 - color contains mainly: blue. Hex color #39377C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #39377C is #C6C883. Grayscale: #3F3F3F. Windows color (decimal): -13027460 or 8140601. OLE color: 8140601.

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

Color convert

RGB5755124-
CMYK0.540.5600.51
HSL241.74º38.55%35.1%-
HSV(B)241.74º55.65%48.63%-
XYZ6.695.0619.69-
YUV63.46162.16123.39-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 24.15%
GREEN value IS 55 (21.88% from 255) = 23.31%
BLUE value IS 124 (48.83% from 255) = 52.54%
R=24.15%
G=23.31%
B=52.54%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal57551240.540.5600.51241.7438.5535.1
Hex39377C3638033f22723
Octal716717466700633624743
Binary1110011101111111100110110111000011001111110010100111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39377C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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