#3F428F

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

Shades of Jacksons Purple #3F428F

Tints of Jacksons Purple #3F428F

Color information

#3F428F (or 0x3F428F) is unknown color: approx Jacksons Purple. HEX triplet: 3F, 42 and 8F. RGB value is (63,66,143). Sum of RGB (Red+Green+Blue) = 63+66+143=272 (36% of max value = 765). Red value is 63 (25% from 255 or 23.16% from 272); Green value is 66 (26.17% from 255 or 24.26% from 272); Blue value is 143 (56.25% from 255 or 52.57% from 272); Max value from RGB is 143 - color contains mainly: blue. Hex color #3F428F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F428F is #C0BD70. Grayscale: #494949. Windows color (decimal): -12631409 or 9388607. OLE color: 9388607.

HSL color Cylindrical-coordinate representation of color #3F428F: hue angle of 237.75º 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 #3F428F is Cyan = 0.56, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB6366143-
CMYK0.560.5400.44
HSL237.75º38.83%40.39%-
HSV(B)237.75º55.94%56.08%-
XYZ8.966.9426.85-
YUV73.88167.01120.24-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 23.16%
GREEN value IS 66 (26.17% from 255) = 24.26%
BLUE value IS 143 (56.25% from 255) = 52.57%
R=23.16%
G=24.26%
B=52.57%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal63661430.560.5400.44237.7538.8340.39
Hex3F428F383602Cee2728
Octal7710221770660543564750
Binary111111100001010001111111000110110010110011101110100111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F428F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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