#392F82

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

Shades of Jacksons Purple #392F82

Tints of Jacksons Purple #392F82

Color information

#392F82 (or 0x392F82) is unknown color: approx Jacksons Purple. HEX triplet: 39, 2F and 82. RGB value is (57,47,130). Sum of RGB (Red+Green+Blue) = 57+47+130=234 (30% of max value = 765). Red value is 57 (22.66% from 255 or 24.36% from 234); Green value is 47 (18.75% from 255 or 20.09% from 234); Blue value is 130 (51.17% from 255 or 55.56% from 234); Max value from RGB is 130 - color contains mainly: blue. Hex color #392F82 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #392F82 is #C6D07D. Grayscale: #3B3B3B. Windows color (decimal): -13029502 or 8531769. OLE color: 8531769.

HSL color Cylindrical-coordinate representation of color #392F82: hue angle of 247.23º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #392F82 is Cyan = 0.56, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB5747130-
CMYK0.560.6400.49
HSL247.23º46.89%34.71%-
HSV(B)247.23º63.85%50.98%-
XYZ6.734.5121.64-
YUV59.45167.81126.25-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 24.36%
GREEN value IS 47 (18.75% from 255) = 20.09%
BLUE value IS 130 (51.17% from 255) = 55.56%
R=24.36%
G=20.09%
B=55.56%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal57471300.560.6400.49247.2346.8934.71
Hex392F823840031f72f23
Octal7157202701000613675743
Binary111001101111100000101110001000000011000111110111101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392F82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #392F82; }

 p { color: rgb(57,47,130); }

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

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

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

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

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

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

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