#3F467B

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

Shades of Jacksons Purple #3F467B

Tints of Jacksons Purple #3F467B

Color information

#3F467B (or 0x3F467B) is unknown color: approx Jacksons Purple. HEX triplet: 3F, 46 and 7B. RGB value is (63,70,123). Sum of RGB (Red+Green+Blue) = 63+70+123=256 (33% of max value = 765). Red value is 63 (25% from 255 or 24.61% from 256); Green value is 70 (27.73% from 255 or 27.34% from 256); Blue value is 123 (48.44% from 255 or 48.05% from 256); Max value from RGB is 123 - color contains mainly: blue. Hex color #3F467B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F467B is #C0B984. Grayscale: #494949. Windows color (decimal): -12630405 or 8078911. OLE color: 8078911.

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

Color convert

RGB6370123-
CMYK0.490.4300.52
HSL233º32.26%36.47%-
HSV(B)233º48.78%48.24%-
XYZ7.826.8719.65-
YUV73.95155.68120.19-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 24.61%
GREEN value IS 70 (27.73% from 255) = 27.34%
BLUE value IS 123 (48.44% from 255) = 48.05%
R=24.61%
G=27.34%
B=48.05%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal63701230.490.4300.5223332.2636.47
Hex3F467B312B034e92024
Octal7710617361530643514044
Binary11111110001101111011110001101011011010011101001100000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F467B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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