#393E80

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

Shades of Jacksons Purple #393E80

Tints of Jacksons Purple #393E80

Color information

#393E80 (or 0x393E80) is unknown color: approx Jacksons Purple. HEX triplet: 39, 3E and 80. RGB value is (57,62,128). Sum of RGB (Red+Green+Blue) = 57+62+128=247 (32% of max value = 765). Red value is 57 (22.66% from 255 or 23.08% from 247); Green value is 62 (24.61% from 255 or 25.10% from 247); Blue value is 128 (50.39% from 255 or 51.82% from 247); Max value from RGB is 128 - color contains mainly: blue. Hex color #393E80 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #393E80 is #C6C17F. Grayscale: #434343. Windows color (decimal): -13025664 or 8404537. OLE color: 8404537.

HSL color Cylindrical-coordinate representation of color #393E80: hue angle of 235.77º 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 #393E80 is Cyan = 0.55, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB5762128-
CMYK0.550.5200.50
HSL235.77º38.38%36.27%-
HSV(B)235.77º55.47%50.2%-
XYZ7.315.8721.17-
YUV68.03161.84120.13-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 23.08%
GREEN value IS 62 (24.61% from 255) = 25.10%
BLUE value IS 128 (50.39% from 255) = 51.82%
R=23.08%
G=25.10%
B=51.82%

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
Decimal57621280.550.5200.50235.7738.3836.27
Hex393E803734032ec2624
Octal717620067640623544644
Binary11100111111010000000110111110100011001011101100100110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393E80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,62,128); }

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

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

 a { background-color: rgb(57,62,128); }

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

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

 span { border-color: rgb(57,62,128); }

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