#393988

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

Shades of Jacksons Purple #393988

Tints of Jacksons Purple #393988

Color information

#393988 (or 0x393988) is unknown color: approx Jacksons Purple. HEX triplet: 39, 39 and 88. RGB value is (57,57,136). Sum of RGB (Red+Green+Blue) = 57+57+136=250 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.8% from 250); Green value is 57 (22.66% from 255 or 22.8% from 250); Blue value is 136 (53.52% from 255 or 54.4% from 250); Max value from RGB is 136 - color contains mainly: blue. Hex color #393988 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #393988 is #C6C677. Grayscale: #414141. Windows color (decimal): -13026936 or 8927545. OLE color: 8927545.

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

Color convert

RGB5757136-
CMYK0.580.5800.47
HSL240º40.93%37.84%-
HSV(B)240º58.09%53.33%-
XYZ7.595.5723.97-
YUV66.01167.5121.58-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 22.8%
GREEN value IS 57 (22.66% from 255) = 22.8%
BLUE value IS 136 (53.52% from 255) = 54.4%
R=22.8%
G=22.8%
B=54.4%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal57571360.580.5800.4724040.9337.84
Hex3939883A3A02Ff02926
Octal717121072720573605146
Binary11100111100110001000111010111010010111111110000101001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #393988; }

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

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

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

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

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

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

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

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