#3F428C

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

Shades of Jacksons Purple #3F428C

Tints of Jacksons Purple #3F428C

Color information

#3F428C (or 0x3F428C) is unknown color: approx Jacksons Purple. HEX triplet: 3F, 42 and 8C. RGB value is (63,66,140). Sum of RGB (Red+Green+Blue) = 63+66+140=269 (35% of max value = 765). Red value is 63 (25% from 255 or 23.42% from 269); Green value is 66 (26.17% from 255 or 24.54% from 269); Blue value is 140 (55.08% from 255 or 52.04% from 269); Max value from RGB is 140 - color contains mainly: blue. Hex color #3F428C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F428C is #C0BD73. Grayscale: #494949. Windows color (decimal): -12631412 or 9191999. OLE color: 9191999.

HSL color Cylindrical-coordinate representation of color #3F428C: hue angle of 237.66º 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 #3F428C is Cyan = 0.55, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB6366140-
CMYK0.550.5300.45
HSL237.66º37.93%39.8%-
HSV(B)237.66º55%54.9%-
XYZ8.736.8525.67-
YUV73.54165.51120.48-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 23.42%
GREEN value IS 66 (26.17% from 255) = 24.54%
BLUE value IS 140 (55.08% from 255) = 52.04%
R=23.42%
G=24.54%
B=52.04%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal63661400.550.5300.45237.6637.9339.8
Hex3F428C373502Dee2628
Octal7710221467650553564650
Binary111111100001010001100110111110101010110111101110100110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F428C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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