#3F438F

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

Shades of Jacksons Purple #3F438F

Tints of Jacksons Purple #3F438F

Color information

#3F438F (or 0x3F438F) is unknown color: approx Jacksons Purple. HEX triplet: 3F, 43 and 8F. RGB value is (63,67,143). Sum of RGB (Red+Green+Blue) = 63+67+143=273 (36% of max value = 765). Red value is 63 (25% from 255 or 23.08% from 273); Green value is 67 (26.56% from 255 or 24.54% from 273); Blue value is 143 (56.25% from 255 or 52.38% from 273); Max value from RGB is 143 - color contains mainly: blue. Hex color #3F438F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F438F is #C0BC70. Grayscale: #4A4A4A. Windows color (decimal): -12631153 or 9388863. OLE color: 9388863.

HSL color Cylindrical-coordinate representation of color #3F438F: hue angle of 237º degrees, saturation: 0.39, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3F438F is Cyan = 0.56, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB6367143-
CMYK0.560.5300.44
HSL237º38.83%40.39%-
HSV(B)237º55.94%56.08%-
XYZ9.017.0526.87-
YUV74.47166.67119.82-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 23.08%
GREEN value IS 67 (26.56% from 255) = 24.54%
BLUE value IS 143 (56.25% from 255) = 52.38%
R=23.08%
G=24.54%
B=52.38%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal63671430.560.5300.4423738.8340.39
Hex3F438F383502Ced2728
Octal7710321770650543554750
Binary111111100001110001111111000110101010110011101101100111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F438F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,67,143); }

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

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

 a { background-color: rgb(63,67,143); }

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

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

 span { border-color: rgb(63,67,143); }

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