#3F467D

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

Shades of Jacksons Purple #3F467D

Tints of Jacksons Purple #3F467D

Color information

#3F467D (or 0x3F467D) is unknown color: approx Jacksons Purple. HEX triplet: 3F, 46 and 7D. RGB value is (63,70,125). Sum of RGB (Red+Green+Blue) = 63+70+125=258 (34% of max value = 765). Red value is 63 (25% from 255 or 24.42% from 258); Green value is 70 (27.73% from 255 or 27.13% from 258); Blue value is 125 (49.22% from 255 or 48.45% from 258); Max value from RGB is 125 - color contains mainly: blue. Hex color #3F467D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F467D is #C0B982. Grayscale: #494949. Windows color (decimal): -12630403 or 8209983. OLE color: 8209983.

HSL color Cylindrical-coordinate representation of color #3F467D: hue angle of 233.23º degrees, saturation: 0.33, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3F467D is Cyan = 0.50, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB6370125-
CMYK0.500.4400.51
HSL233.23º32.98%36.86%-
HSV(B)233.23º49.6%49.02%-
XYZ7.946.9220.32-
YUV74.18156.68120.03-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 24.42%
GREEN value IS 70 (27.73% from 255) = 27.13%
BLUE value IS 125 (49.22% from 255) = 48.45%
R=24.42%
G=27.13%
B=48.45%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal63701250.500.4400.51233.2332.9836.86
Hex3F467D322C033e92125
Octal7710617562540633514145
Binary11111110001101111101110010101100011001111101001100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F467D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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