#393A77

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

Shades of Jacksons Purple #393A77

Tints of Jacksons Purple #393A77

Color information

#393A77 (or 0x393A77) is unknown color: approx Jacksons Purple. HEX triplet: 39, 3A and 77. RGB value is (57,58,119). Sum of RGB (Red+Green+Blue) = 57+58+119=234 (30% of max value = 765). Red value is 57 (22.66% from 255 or 24.36% from 234); Green value is 58 (23.05% from 255 or 24.79% from 234); Blue value is 119 (46.88% from 255 or 50.85% from 234); Max value from RGB is 119 - color contains mainly: blue. Hex color #393A77 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393A77 is #C6C588. Grayscale: #404040. Windows color (decimal): -13026697 or 7813689. OLE color: 7813689.

HSL color Cylindrical-coordinate representation of color #393A77: hue angle of 239.03º degrees, saturation: 0.35, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #393A77 is Cyan = 0.52, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB5758119-
CMYK0.520.5100.53
HSL239.03º35.23%34.51%-
HSV(B)239.03º52.1%46.67%-
XYZ6.535.2318.12-
YUV64.66158.67122.54-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 24.36%
GREEN value IS 58 (23.05% from 255) = 24.79%
BLUE value IS 119 (46.88% from 255) = 50.85%
R=24.36%
G=24.79%
B=50.85%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal57581190.520.5100.53239.0335.2334.51
Hex393A773433035ef2323
Octal717216764630653574343
Binary1110011110101110111110100110011011010111101111100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393A77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,58,119); }

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

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

 a { background-color: rgb(57,58,119); }

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

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

 span { border-color: rgb(57,58,119); }

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