#3F397F

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

Shades of Jacksons Purple #3F397F

Tints of Jacksons Purple #3F397F

Color information

#3F397F (or 0x3F397F) is unknown color: approx Jacksons Purple. HEX triplet: 3F, 39 and 7F. RGB value is (63,57,127). Sum of RGB (Red+Green+Blue) = 63+57+127=247 (32% of max value = 765). Red value is 63 (25% from 255 or 25.51% from 247); Green value is 57 (22.66% from 255 or 23.08% from 247); Blue value is 127 (50% from 255 or 51.42% from 247); Max value from RGB is 127 - color contains mainly: blue. Hex color #3F397F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F397F is #C0C680. Grayscale: #424242. Windows color (decimal): -12633729 or 8337727. OLE color: 8337727.

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

Color convert

RGB6357127-
CMYK0.500.5500.50
HSL245.14º38.04%36.08%-
HSV(B)245.14º55.12%49.8%-
XYZ7.345.5220.76-
YUV66.77161.99125.31-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 25.51%
GREEN value IS 57 (22.66% from 255) = 23.08%
BLUE value IS 127 (50% from 255) = 51.42%
R=25.51%
G=23.08%
B=51.42%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal63571270.500.5500.50245.1438.0436.08
Hex3F397F3237032f52624
Octal777117762670623654644
Binary1111111110011111111110010110111011001011110101100110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F397F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,57,127); }

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

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

 a { background-color: rgb(63,57,127); }

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

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

 span { border-color: rgb(63,57,127); }

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