#393C91

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

Shades of Jacksons Purple #393C91

Tints of Jacksons Purple #393C91

Color information

#393C91 (or 0x393C91) is unknown color: approx Jacksons Purple. HEX triplet: 39, 3C and 91. RGB value is (57,60,145). Sum of RGB (Red+Green+Blue) = 57+60+145=262 (34% of max value = 765). Red value is 57 (22.66% from 255 or 21.76% from 262); Green value is 60 (23.83% from 255 or 22.90% from 262); Blue value is 145 (57.03% from 255 or 55.34% from 262); Max value from RGB is 145 - color contains mainly: blue. Hex color #393C91 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #393C91 is #C6C36E. Grayscale: #444444. Windows color (decimal): -13026159 or 9518137. OLE color: 9518137.

HSL color Cylindrical-coordinate representation of color #393C91: hue angle of 237.95º degrees, saturation: 0.44, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #393C91 is Cyan = 0.61, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB5760145-
CMYK0.610.5900.43
HSL237.95º43.56%39.61%-
HSV(B)237.95º60.69%56.86%-
XYZ8.416.1527.53-
YUV68.79171.01119.59-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 21.76%
GREEN value IS 60 (23.83% from 255) = 22.90%
BLUE value IS 145 (57.03% from 255) = 55.34%
R=21.76%
G=22.90%
B=55.34%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal57601450.610.5900.43237.9543.5639.61
Hex393C913D3B02Bee2c28
Octal717422175730533565450
Binary11100111110010010001111101111011010101111101110101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393C91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,60,145); }

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

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

 a { background-color: rgb(57,60,145); }

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

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

 span { border-color: rgb(57,60,145); }

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