#3F4786

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

Shades of Jacksons Purple #3F4786

Tints of Jacksons Purple #3F4786

Color information

#3F4786 (or 0x3F4786) is unknown color: approx Jacksons Purple. HEX triplet: 3F, 47 and 86. RGB value is (63,71,134). Sum of RGB (Red+Green+Blue) = 63+71+134=268 (35% of max value = 765). Red value is 63 (25% from 255 or 23.51% from 268); Green value is 71 (28.12% from 255 or 26.49% from 268); Blue value is 134 (52.73% from 255 or 50% from 268); Max value from RGB is 134 - color contains mainly: blue. Hex color #3F4786 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F4786 is #C0B879. Grayscale: #4B4B4B. Windows color (decimal): -12630138 or 8800063. OLE color: 8800063.

HSL color Cylindrical-coordinate representation of color #3F4786: hue angle of 233.24º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3F4786 is Cyan = 0.53, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB6371134-
CMYK0.530.4700.47
HSL233.24º36.04%38.63%-
HSV(B)233.24º52.99%52.55%-
XYZ8.617.2823.51-
YUV75.79160.85118.88-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 23.51%
GREEN value IS 71 (28.12% from 255) = 26.49%
BLUE value IS 134 (52.73% from 255) = 50%
R=23.51%
G=26.49%
B=50%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal63711340.530.4700.47233.2436.0438.63
Hex3F4786352F02Fe92427
Octal7710720665570573514447
Binary111111100011110000110110101101111010111111101001100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F4786

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,71,134); }

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

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

 a { background-color: rgb(63,71,134); }

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

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

 span { border-color: rgb(63,71,134); }

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