#3F418C

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

Shades of Jacksons Purple #3F418C

Tints of Jacksons Purple #3F418C

Color information

#3F418C (or 0x3F418C) is unknown color: approx Jacksons Purple. HEX triplet: 3F, 41 and 8C. RGB value is (63,65,140). Sum of RGB (Red+Green+Blue) = 63+65+140=268 (35% of max value = 765). Red value is 63 (25% from 255 or 23.51% from 268); Green value is 65 (25.78% from 255 or 24.25% from 268); Blue value is 140 (55.08% from 255 or 52.24% from 268); Max value from RGB is 140 - color contains mainly: blue. Hex color #3F418C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F418C is #C0BE73. Grayscale: #484848. Windows color (decimal): -12631668 or 9191743. OLE color: 9191743.

HSL color Cylindrical-coordinate representation of color #3F418C: hue angle of 238.44º degrees, saturation: 0.38, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3F418C is Cyan = 0.55, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB6365140-
CMYK0.550.5400.45
HSL238.44º37.93%39.8%-
HSV(B)238.44º55%54.9%-
XYZ8.676.7325.65-
YUV72.95165.84120.9-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 23.51%
GREEN value IS 65 (25.78% from 255) = 24.25%
BLUE value IS 140 (55.08% from 255) = 52.24%
R=23.51%
G=24.25%
B=52.24%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal63651400.550.5400.45238.4437.9339.8
Hex3F418C373602Dee2628
Octal7710121467660553564650
Binary111111100000110001100110111110110010110111101110100110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F418C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,65,140); }

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

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

 a { background-color: rgb(63,65,140); }

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

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

 span { border-color: rgb(63,65,140); }

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