#3F487A

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

Shades of Jacksons Purple #3F487A

Tints of Jacksons Purple #3F487A

Color information

#3F487A (or 0x3F487A) is unknown color: approx Jacksons Purple. HEX triplet: 3F, 48 and 7A. RGB value is (63,72,122). Sum of RGB (Red+Green+Blue) = 63+72+122=257 (34% of max value = 765). Red value is 63 (25% from 255 or 24.51% from 257); Green value is 72 (28.52% from 255 or 28.02% from 257); Blue value is 122 (48.05% from 255 or 47.47% from 257); Max value from RGB is 122 - color contains mainly: blue. Hex color #3F487A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F487A is #C0B785. Grayscale: #4A4A4A. Windows color (decimal): -12629894 or 8013887. OLE color: 8013887.

HSL color Cylindrical-coordinate representation of color #3F487A: hue angle of 230.85º degrees, saturation: 0.32, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3F487A is Cyan = 0.48, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB6372122-
CMYK0.480.4100.52
HSL230.85º31.89%36.27%-
HSV(B)230.85º48.36%47.84%-
XYZ7.887.119.37-
YUV75.01154.52119.43-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 24.51%
GREEN value IS 72 (28.52% from 255) = 28.02%
BLUE value IS 122 (48.05% from 255) = 47.47%
R=24.51%
G=28.02%
B=47.47%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal63721220.480.4100.52230.8531.8936.27
Hex3F487A3029034e72024
Octal7711017260510643474044
Binary11111110010001111010110000101001011010011100111100000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F487A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,72,122); }

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

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

 a { background-color: rgb(63,72,122); }

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

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

 span { border-color: rgb(63,72,122); }

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