#392F7E

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

Shades of Jacksons Purple #392F7E

Tints of Jacksons Purple #392F7E

Color information

#392F7E (or 0x392F7E) is unknown color: approx Jacksons Purple. HEX triplet: 39, 2F and 7E. RGB value is (57,47,126). Sum of RGB (Red+Green+Blue) = 57+47+126=230 (30% of max value = 765). Red value is 57 (22.66% from 255 or 24.78% from 230); Green value is 47 (18.75% from 255 or 20.43% from 230); Blue value is 126 (49.61% from 255 or 54.78% from 230); Max value from RGB is 126 - color contains mainly: blue. Hex color #392F7E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #392F7E is #C6D081. Grayscale: #3A3A3A. Windows color (decimal): -13029506 or 8269625. OLE color: 8269625.

HSL color Cylindrical-coordinate representation of color #392F7E: hue angle of 247.59º degrees, saturation: 0.46, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #392F7E is Cyan = 0.55, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB5747126-
CMYK0.550.6300.51
HSL247.59º45.66%33.92%-
HSV(B)247.59º62.7%49.41%-
XYZ6.474.4120.25-
YUV59165.81126.58-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 24.78%
GREEN value IS 47 (18.75% from 255) = 20.43%
BLUE value IS 126 (49.61% from 255) = 54.78%
R=24.78%
G=20.43%
B=54.78%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal57471260.550.6300.51247.5945.6633.92
Hex392F7E373F033f82e22
Octal715717667770633705642
Binary1110011011111111110110111111111011001111111000101110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392F7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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