#39368B

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

Shades of Jacksons Purple #39368B

Tints of Jacksons Purple #39368B

Color information

#39368B (or 0x39368B) is unknown color: approx Jacksons Purple. HEX triplet: 39, 36 and 8B. RGB value is (57,54,139). Sum of RGB (Red+Green+Blue) = 57+54+139=250 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.8% from 250); Green value is 54 (21.48% from 255 or 21.6% from 250); Blue value is 139 (54.69% from 255 or 55.6% from 250); Max value from RGB is 139 - color contains mainly: blue. Hex color #39368B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #39368B is #C6C974. Grayscale: #404040. Windows color (decimal): -13027701 or 9123385. OLE color: 9123385.

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

Color convert

RGB5754139-
CMYK0.590.6100.45
HSL242.12º44.04%37.84%-
HSV(B)242.12º61.15%54.51%-
XYZ7.675.3725.06-
YUV64.59169.99122.59-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 22.8%
GREEN value IS 54 (21.48% from 255) = 21.6%
BLUE value IS 139 (54.69% from 255) = 55.6%
R=22.8%
G=21.6%
B=55.6%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal57541390.590.6100.45242.1244.0437.84
Hex39368B3B3D02Df22c26
Octal716621373750553625446
Binary11100111011010001011111011111101010110111110010101100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39368B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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