#39398A

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

Shades of Jacksons Purple #39398A

Tints of Jacksons Purple #39398A

Color information

#39398A (or 0x39398A) is unknown color: approx Jacksons Purple. HEX triplet: 39, 39 and 8A. RGB value is (57,57,138). Sum of RGB (Red+Green+Blue) = 57+57+138=252 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.62% from 252); Green value is 57 (22.66% from 255 or 22.62% from 252); Blue value is 138 (54.30% from 255 or 54.76% from 252); Max value from RGB is 138 - color contains mainly: blue. Hex color #39398A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #39398A is #C6C675. Grayscale: #414141. Windows color (decimal): -13026934 or 9058617. OLE color: 9058617.

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

Color convert

RGB5757138-
CMYK0.590.5900.46
HSL240º41.54%38.24%-
HSV(B)240º58.7%54.12%-
XYZ7.745.6324.72-
YUV66.23168.5121.41-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 22.62%
GREEN value IS 57 (22.66% from 255) = 22.62%
BLUE value IS 138 (54.30% from 255) = 54.76%
R=22.62%
G=22.62%
B=54.76%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal57571380.590.5900.4624041.5438.24
Hex39398A3B3B02Ef02a26
Octal717121273730563605246
Binary11100111100110001010111011111011010111011110000101010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39398A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39398A; }

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

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

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

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

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

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

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

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