#393D8C

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

Shades of Jacksons Purple #393D8C

Tints of Jacksons Purple #393D8C

Color information

#393D8C (or 0x393D8C) is unknown color: approx Jacksons Purple. HEX triplet: 39, 3D and 8C. RGB value is (57,61,140). Sum of RGB (Red+Green+Blue) = 57+61+140=258 (34% of max value = 765). Red value is 57 (22.66% from 255 or 22.09% from 258); Green value is 61 (24.22% from 255 or 23.64% from 258); Blue value is 140 (55.08% from 255 or 54.26% from 258); Max value from RGB is 140 - color contains mainly: blue. Hex color #393D8C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #393D8C is #C6C273. Grayscale: #444444. Windows color (decimal): -13025908 or 9190713. OLE color: 9190713.

HSL color Cylindrical-coordinate representation of color #393D8C: hue angle of 237.11º degrees, saturation: 0.42, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #393D8C is Cyan = 0.59, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB5761140-
CMYK0.590.5600.45
HSL237.11º42.13%38.63%-
HSV(B)237.11º59.29%54.9%-
XYZ8.096.125.56-
YUV68.81168.17119.58-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 22.09%
GREEN value IS 61 (24.22% from 255) = 23.64%
BLUE value IS 140 (55.08% from 255) = 54.26%
R=22.09%
G=23.64%
B=54.26%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal57611400.590.5600.45237.1142.1338.63
Hex393D8C3B3802Ded2a27
Octal717521473700553555247
Binary11100111110110001100111011111000010110111101101101010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393D8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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