#3F4082

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

Shades of Jacksons Purple #3F4082

Tints of Jacksons Purple #3F4082

Color information

#3F4082 (or 0x3F4082) is unknown color: approx Jacksons Purple. HEX triplet: 3F, 40 and 82. RGB value is (63,64,130). Sum of RGB (Red+Green+Blue) = 63+64+130=257 (34% of max value = 765). Red value is 63 (25% from 255 or 24.51% from 257); Green value is 64 (25.39% from 255 or 24.90% from 257); Blue value is 130 (51.17% from 255 or 50.58% from 257); Max value from RGB is 130 - color contains mainly: blue. Hex color #3F4082 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F4082 is #C0BF7D. Grayscale: #464646. Windows color (decimal): -12631934 or 8536127. OLE color: 8536127.

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

Color convert

RGB6364130-
CMYK0.520.5100.49
HSL239.1º34.72%37.84%-
HSV(B)239.1º51.54%50.98%-
XYZ7.916.3421.92-
YUV71.22161.17122.13-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 24.51%
GREEN value IS 64 (25.39% from 255) = 24.90%
BLUE value IS 130 (51.17% from 255) = 50.58%
R=24.51%
G=24.90%
B=50.58%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal63641300.520.5100.49239.134.7237.84
Hex3F40823433031ef2326
Octal7710020264630613574346
Binary111111100000010000010110100110011011000111101111100011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F4082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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