#39387E

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

Shades of Jacksons Purple #39387E

Tints of Jacksons Purple #39387E

Color information

#39387E (or 0x39387E) is unknown color: approx Jacksons Purple. HEX triplet: 39, 38 and 7E. RGB value is (57,56,126). Sum of RGB (Red+Green+Blue) = 57+56+126=239 (31% of max value = 765). Red value is 57 (22.66% from 255 or 23.85% from 239); Green value is 56 (22.27% from 255 or 23.43% from 239); Blue value is 126 (49.61% from 255 or 52.72% from 239); Max value from RGB is 126 - color contains mainly: blue. Hex color #39387E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #39387E is #C6C781. Grayscale: #404040. Windows color (decimal): -13027202 or 8271929. OLE color: 8271929.

HSL color Cylindrical-coordinate representation of color #39387E: hue angle of 240.86º degrees, saturation: 0.38, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #39387E is Cyan = 0.55, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB5756126-
CMYK0.550.5600.51
HSL240.86º38.46%35.69%-
HSV(B)240.86º55.56%49.41%-
XYZ6.875.220.38-
YUV64.28162.83122.81-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 23.85%
GREEN value IS 56 (22.27% from 255) = 23.43%
BLUE value IS 126 (49.61% from 255) = 52.72%
R=23.85%
G=23.43%
B=52.72%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal57561260.550.5600.51240.8638.4635.69
Hex39387E3738033f12624
Octal717017667700633614644
Binary1110011110001111110110111111000011001111110001100110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39387E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39387E; }

 p { color: rgb(57,56,126); }

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

<style>
 a { background-color: #39387E; }

 a { background-color: rgb(57,56,126); }

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

<style>
 span { border-color: #39387E; }

 span { border-color: rgb(57,56,126); }

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