#3F4481

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

Shades of Jacksons Purple #3F4481

Tints of Jacksons Purple #3F4481

Color information

#3F4481 (or 0x3F4481) is unknown color: approx Jacksons Purple. HEX triplet: 3F, 44 and 81. RGB value is (63,68,129). Sum of RGB (Red+Green+Blue) = 63+68+129=260 (34% of max value = 765). Red value is 63 (25% from 255 or 24.23% from 260); Green value is 68 (26.95% from 255 or 26.15% from 260); Blue value is 129 (50.78% from 255 or 49.62% from 260); Max value from RGB is 129 - color contains mainly: blue. Hex color #3F4481 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F4481 is #C0BB7E. Grayscale: #494949. Windows color (decimal): -12630911 or 8471615. OLE color: 8471615.

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

Color convert

RGB6368129-
CMYK0.510.4700.49
HSL235.45º34.38%37.65%-
HSV(B)235.45º51.16%50.59%-
XYZ8.086.7821.65-
YUV73.46159.34120.54-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 24.23%
GREEN value IS 68 (26.95% from 255) = 26.15%
BLUE value IS 129 (50.78% from 255) = 49.62%
R=24.23%
G=26.15%
B=49.62%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal63681290.510.4700.49235.4534.3837.65
Hex3F4481332F031eb2226
Octal7710420163570613534246
Binary111111100010010000001110011101111011000111101011100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F4481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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