#39408B

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

Shades of Jacksons Purple #39408B

Tints of Jacksons Purple #39408B

Color information

#39408B (or 0x39408B) is unknown color: approx Jacksons Purple. HEX triplet: 39, 40 and 8B. RGB value is (57,64,139). Sum of RGB (Red+Green+Blue) = 57+64+139=260 (34% of max value = 765). Red value is 57 (22.66% from 255 or 21.92% from 260); Green value is 64 (25.39% from 255 or 24.62% from 260); Blue value is 139 (54.69% from 255 or 53.46% from 260); Max value from RGB is 139 - color contains mainly: blue. Hex color #39408B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #39408B is #C6BF74. Grayscale: #464646. Windows color (decimal): -13025141 or 9125945. OLE color: 9125945.

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

Color convert

RGB5764139-
CMYK0.590.5400.45
HSL234.88º41.84%38.43%-
HSV(B)234.88º58.99%54.51%-
XYZ8.186.425.23-
YUV70.46166.68118.4-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 21.92%
GREEN value IS 64 (25.39% from 255) = 24.62%
BLUE value IS 139 (54.69% from 255) = 53.46%
R=21.92%
G=24.62%
B=53.46%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal57641390.590.5400.45234.8841.8438.43
Hex39408B3B3602Deb2a26
Octal7110021373660553535246
Binary111001100000010001011111011110110010110111101011101010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39408B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39408B; }

 p { color: rgb(57,64,139); }

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

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

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

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

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

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

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