#3F468B

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

Shades of Jacksons Purple #3F468B

Tints of Jacksons Purple #3F468B

Color information

#3F468B (or 0x3F468B) is unknown color: approx Jacksons Purple. HEX triplet: 3F, 46 and 8B. RGB value is (63,70,139). Sum of RGB (Red+Green+Blue) = 63+70+139=272 (36% of max value = 765). Red value is 63 (25% from 255 or 23.16% from 272); Green value is 70 (27.73% from 255 or 25.74% from 272); Blue value is 139 (54.69% from 255 or 51.10% from 272); Max value from RGB is 139 - color contains mainly: blue. Hex color #3F468B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F468B is #C0B974. Grayscale: #4B4B4B. Windows color (decimal): -12630389 or 9127487. OLE color: 9127487.

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

Color convert

RGB6370139-
CMYK0.550.5000.45
HSL234.47º37.62%39.61%-
HSV(B)234.47º54.68%54.51%-
XYZ8.97.325.37-
YUV75.77163.68118.89-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 23.16%
GREEN value IS 70 (27.73% from 255) = 25.74%
BLUE value IS 139 (54.69% from 255) = 51.10%
R=23.16%
G=25.74%
B=51.10%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal63701390.550.5000.45234.4737.6239.61
Hex3F468B373202Dea2628
Octal7710621367620553524650
Binary111111100011010001011110111110010010110111101010100110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F468B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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