#392E7E

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

Shades of Jacksons Purple #392E7E

Tints of Jacksons Purple #392E7E

Color information

#392E7E (or 0x392E7E) is unknown color: approx Jacksons Purple. HEX triplet: 39, 2E and 7E. RGB value is (57,46,126). Sum of RGB (Red+Green+Blue) = 57+46+126=229 (30% of max value = 765). Red value is 57 (22.66% from 255 or 24.89% from 229); Green value is 46 (18.36% from 255 or 20.09% from 229); Blue value is 126 (49.61% from 255 or 55.02% from 229); Max value from RGB is 126 - color contains mainly: blue. Hex color #392E7E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #392E7E is #C6D181. Grayscale: #3A3A3A. Windows color (decimal): -13029762 or 8269369. OLE color: 8269369.

HSL color Cylindrical-coordinate representation of color #392E7E: hue angle of 248.25º degrees, saturation: 0.47, 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 #392E7E is Cyan = 0.55, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB5746126-
CMYK0.550.6300.51
HSL248.25º46.51%33.73%-
HSV(B)248.25º63.49%49.41%-
XYZ6.434.3320.24-
YUV58.41166.14127-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 24.89%
GREEN value IS 46 (18.36% from 255) = 20.09%
BLUE value IS 126 (49.61% from 255) = 55.02%
R=24.89%
G=20.09%
B=55.02%

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
Decimal57461260.550.6300.51248.2546.5133.73
Hex392E7E373F033f82f22
Octal715617667770633705742
Binary1110011011101111110110111111111011001111111000101111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392E7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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