#3F4689

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

Shades of Jacksons Purple #3F4689

Tints of Jacksons Purple #3F4689

Color information

#3F4689 (or 0x3F4689) is unknown color: approx Jacksons Purple. HEX triplet: 3F, 46 and 89. RGB value is (63,70,137). Sum of RGB (Red+Green+Blue) = 63+70+137=270 (35% of max value = 765). Red value is 63 (25% from 255 or 23.33% from 270); Green value is 70 (27.73% from 255 or 25.93% from 270); Blue value is 137 (53.91% from 255 or 50.74% from 270); Max value from RGB is 137 - color contains mainly: blue. Hex color #3F4689 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F4689 is #C0B976. Grayscale: #4B4B4B. Windows color (decimal): -12630391 or 8996415. OLE color: 8996415.

HSL color Cylindrical-coordinate representation of color #3F4689: hue angle of 234.32º degrees, saturation: 0.37, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3F4689 is Cyan = 0.54, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB6370137-
CMYK0.540.4900.46
HSL234.32º37%39.22%-
HSV(B)234.32º54.01%53.73%-
XYZ8.767.2424.6-
YUV75.54162.68119.05-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 23.33%
GREEN value IS 70 (27.73% from 255) = 25.93%
BLUE value IS 137 (53.91% from 255) = 50.74%
R=23.33%
G=25.93%
B=50.74%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal63701370.540.4900.46234.323739.22
Hex3F4689363102Eea2527
Octal7710621166610563524547
Binary111111100011010001001110110110001010111011101010100101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F4689

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,70,137); }

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

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

 a { background-color: rgb(63,70,137); }

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

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

 span { border-color: rgb(63,70,137); }

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