#393D91

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

Shades of Jacksons Purple #393D91

Tints of Jacksons Purple #393D91

Color information

#393D91 (or 0x393D91) is unknown color: approx Jacksons Purple. HEX triplet: 39, 3D and 91. RGB value is (57,61,145). Sum of RGB (Red+Green+Blue) = 57+61+145=263 (34% of max value = 765). Red value is 57 (22.66% from 255 or 21.67% from 263); Green value is 61 (24.22% from 255 or 23.19% from 263); Blue value is 145 (57.03% from 255 or 55.13% from 263); Max value from RGB is 145 - color contains mainly: blue. Hex color #393D91 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #393D91 is #C6C26E. Grayscale: #454545. Windows color (decimal): -13025903 or 9518393. OLE color: 9518393.

HSL color Cylindrical-coordinate representation of color #393D91: hue angle of 237.27º 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 #393D91 is Cyan = 0.61, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB5761145-
CMYK0.610.5800.43
HSL237.27º43.56%39.61%-
HSV(B)237.27º60.69%56.86%-
XYZ8.476.2527.55-
YUV69.38170.67119.17-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 21.67%
GREEN value IS 61 (24.22% from 255) = 23.19%
BLUE value IS 145 (57.03% from 255) = 55.13%
R=21.67%
G=23.19%
B=55.13%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal57611450.610.5800.43237.2743.5639.61
Hex393D913D3A02Bed2c28
Octal717522175720533555450
Binary11100111110110010001111101111010010101111101101101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393D91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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