#393D7F

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

Shades of Jacksons Purple #393D7F

Tints of Jacksons Purple #393D7F

Color information

#393D7F (or 0x393D7F) is unknown color: approx Jacksons Purple. HEX triplet: 39, 3D and 7F. RGB value is (57,61,127). Sum of RGB (Red+Green+Blue) = 57+61+127=245 (32% of max value = 765). Red value is 57 (22.66% from 255 or 23.27% from 245); Green value is 61 (24.22% from 255 or 24.90% from 245); Blue value is 127 (50% from 255 or 51.84% from 245); Max value from RGB is 127 - color contains mainly: blue. Hex color #393D7F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393D7F is #C6C280. Grayscale: #434343. Windows color (decimal): -13025921 or 8338745. OLE color: 8338745.

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

Color convert

RGB5761127-
CMYK0.550.5200.50
HSL236.57º38.04%36.08%-
HSV(B)236.57º55.12%49.8%-
XYZ7.195.7420.81-
YUV67.33161.67120.63-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 23.27%
GREEN value IS 61 (24.22% from 255) = 24.90%
BLUE value IS 127 (50% from 255) = 51.84%
R=23.27%
G=24.90%
B=51.84%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal57611270.550.5200.50236.5738.0436.08
Hex393D7F3734032ed2624
Octal717517767640623554644
Binary1110011111011111111110111110100011001011101101100110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393D7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #393D7F; }

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

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

<style>
 a { background-color: #393D7F; }

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

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

<style>
 span { border-color: #393D7F; }

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

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