#3F347C

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

Shades of Jacksons Purple #3F347C

Tints of Jacksons Purple #3F347C

Color information

#3F347C (or 0x3F347C) is unknown color: approx Jacksons Purple. HEX triplet: 3F, 34 and 7C. RGB value is (63,52,124). Sum of RGB (Red+Green+Blue) = 63+52+124=239 (31% of max value = 765). Red value is 63 (25% from 255 or 26.36% from 239); Green value is 52 (20.70% from 255 or 21.76% from 239); Blue value is 124 (48.83% from 255 or 51.88% from 239); Max value from RGB is 124 - color contains mainly: blue. Hex color #3F347C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F347C is #C0CB83. Grayscale: #3F3F3F. Windows color (decimal): -12635012 or 8139839. OLE color: 8139839.

HSL color Cylindrical-coordinate representation of color #3F347C: hue angle of 249.17º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3F347C is Cyan = 0.49, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB6352124-
CMYK0.490.5800.51
HSL249.17º40.91%34.51%-
HSV(B)249.17º58.06%48.63%-
XYZ6.924.9719.66-
YUV63.5162.14127.65-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 26.36%
GREEN value IS 52 (20.70% from 255) = 21.76%
BLUE value IS 124 (48.83% from 255) = 51.88%
R=26.36%
G=21.76%
B=51.88%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal63521240.490.5800.51249.1740.9134.51
Hex3F347C313A033f92923
Octal776417461720633715143
Binary1111111101001111100110001111010011001111111001101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F347C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3F347C; }

 p { color: rgb(63,52,124); }

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

<style>
 a { background-color: #3F347C; }

 a { background-color: rgb(63,52,124); }

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

<style>
 span { border-color: #3F347C; }

 span { border-color: rgb(63,52,124); }

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