#3F4081

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

Shades of Jacksons Purple #3F4081

Tints of Jacksons Purple #3F4081

Color information

#3F4081 (or 0x3F4081) is unknown color: approx Jacksons Purple. HEX triplet: 3F, 40 and 81. RGB value is (63,64,129). Sum of RGB (Red+Green+Blue) = 63+64+129=256 (33% of max value = 765). Red value is 63 (25% from 255 or 24.61% from 256); Green value is 64 (25.39% from 255 or 25% from 256); Blue value is 129 (50.78% from 255 or 50.39% from 256); Max value from RGB is 129 - color contains mainly: blue. Hex color #3F4081 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F4081 is #C0BF7E. Grayscale: #464646. Windows color (decimal): -12631935 or 8470591. OLE color: 8470591.

HSL color Cylindrical-coordinate representation of color #3F4081: hue angle of 239.09º 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 #3F4081 is Cyan = 0.51, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB6364129-
CMYK0.510.5000.49
HSL239.09º34.38%37.65%-
HSV(B)239.09º51.16%50.59%-
XYZ7.856.3121.57-
YUV71.11160.67122.21-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 24.61%
GREEN value IS 64 (25.39% from 255) = 25%
BLUE value IS 129 (50.78% from 255) = 50.39%
R=24.61%
G=25%
B=50.39%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal63641290.510.5000.49239.0934.3837.65
Hex3F40813332031ef2226
Octal7710020163620613574246
Binary111111100000010000001110011110010011000111101111100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F4081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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