#393F88

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

Shades of Jacksons Purple #393F88

Tints of Jacksons Purple #393F88

Color information

#393F88 (or 0x393F88) is unknown color: approx Jacksons Purple. HEX triplet: 39, 3F and 88. RGB value is (57,63,136). Sum of RGB (Red+Green+Blue) = 57+63+136=256 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.27% from 256); Green value is 63 (25% from 255 or 24.61% from 256); Blue value is 136 (53.52% from 255 or 53.12% from 256); Max value from RGB is 136 - color contains mainly: blue. Hex color #393F88 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #393F88 is #C6C077. Grayscale: #454545. Windows color (decimal): -13025400 or 8929081. OLE color: 8929081.

HSL color Cylindrical-coordinate representation of color #393F88: hue angle of 235.44º degrees, saturation: 0.41, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #393F88 is Cyan = 0.58, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB5763136-
CMYK0.580.5400.47
HSL235.44º40.93%37.84%-
HSV(B)235.44º58.09%53.33%-
XYZ7.916.224.07-
YUV69.53165.51119.06-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 22.27%
GREEN value IS 63 (25% from 255) = 24.61%
BLUE value IS 136 (53.52% from 255) = 53.12%
R=22.27%
G=24.61%
B=53.12%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal57631360.580.5400.47235.4440.9337.84
Hex393F883A3602Feb2926
Octal717721072660573535146
Binary11100111111110001000111010110110010111111101011101001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393F88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,63,136); }

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

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

 a { background-color: rgb(57,63,136); }

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

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

 span { border-color: rgb(57,63,136); }

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