#3F367B

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

Shades of Jacksons Purple #3F367B

Tints of Jacksons Purple #3F367B

Color information

#3F367B (or 0x3F367B) is unknown color: approx Jacksons Purple. HEX triplet: 3F, 36 and 7B. RGB value is (63,54,123). Sum of RGB (Red+Green+Blue) = 63+54+123=240 (31% of max value = 765). Red value is 63 (25% from 255 or 26.25% from 240); Green value is 54 (21.48% from 255 or 22.5% from 240); Blue value is 123 (48.44% from 255 or 51.25% from 240); Max value from RGB is 123 - color contains mainly: blue. Hex color #3F367B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F367B is #C0C984. Grayscale: #404040. Windows color (decimal): -12634501 or 8074815. OLE color: 8074815.

HSL color Cylindrical-coordinate representation of color #3F367B: hue angle of 247.83º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3F367B is Cyan = 0.49, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB6354123-
CMYK0.490.5600.52
HSL247.83º38.98%34.71%-
HSV(B)247.83º56.1%48.24%-
XYZ6.945.1319.36-
YUV64.56160.98126.89-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 26.25%
GREEN value IS 54 (21.48% from 255) = 22.5%
BLUE value IS 123 (48.44% from 255) = 51.25%
R=26.25%
G=22.5%
B=51.25%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal63541230.490.5600.52247.8338.9834.71
Hex3F367B3138034f82723
Octal776617361700643704743
Binary1111111101101111011110001111000011010011111000100111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F367B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,54,123); }

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

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

 a { background-color: rgb(63,54,123); }

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

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

 span { border-color: rgb(63,54,123); }

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