#3F4491

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

Shades of Jacksons Purple #3F4491

Tints of Jacksons Purple #3F4491

Color information

#3F4491 (or 0x3F4491) is unknown color: approx Jacksons Purple. HEX triplet: 3F, 44 and 91. RGB value is (63,68,145). Sum of RGB (Red+Green+Blue) = 63+68+145=276 (36% of max value = 765). Red value is 63 (25% from 255 or 22.83% from 276); Green value is 68 (26.95% from 255 or 24.64% from 276); Blue value is 145 (57.03% from 255 or 52.54% from 276); Max value from RGB is 145 - color contains mainly: blue. Hex color #3F4491 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F4491 is #C0BB6E. Grayscale: #4A4A4A. Windows color (decimal): -12630895 or 9520191. OLE color: 9520191.

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

Color convert

RGB6368145-
CMYK0.570.5300.43
HSL236.34º39.42%40.78%-
HSV(B)236.34º56.55%56.86%-
XYZ9.237.2427.7-
YUV75.28167.34119.24-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 22.83%
GREEN value IS 68 (26.95% from 255) = 24.64%
BLUE value IS 145 (57.03% from 255) = 52.54%
R=22.83%
G=24.64%
B=52.54%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal63681450.570.5300.43236.3439.4240.78
Hex3F4491393502Bec2729
Octal7710422171650533544751
Binary111111100010010010001111001110101010101111101100100111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F4491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,68,145); }

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

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

 a { background-color: rgb(63,68,145); }

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

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

 span { border-color: rgb(63,68,145); }

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