#3F468C

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

Shades of Jacksons Purple #3F468C

Tints of Jacksons Purple #3F468C

Color information

#3F468C (or 0x3F468C) is unknown color: approx Jacksons Purple. HEX triplet: 3F, 46 and 8C. RGB value is (63,70,140). Sum of RGB (Red+Green+Blue) = 63+70+140=273 (36% of max value = 765). Red value is 63 (25% from 255 or 23.08% from 273); Green value is 70 (27.73% from 255 or 25.64% from 273); Blue value is 140 (55.08% from 255 or 51.28% from 273); Max value from RGB is 140 - color contains mainly: blue. Hex color #3F468C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F468C is #C0B973. Grayscale: #4B4B4B. Windows color (decimal): -12630388 or 9193023. OLE color: 9193023.

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

Color convert

RGB6370140-
CMYK0.550.5000.45
HSL234.55º37.93%39.8%-
HSV(B)234.55º55%54.9%-
XYZ8.977.3325.75-
YUV75.89164.18118.81-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 23.08%
GREEN value IS 70 (27.73% from 255) = 25.64%
BLUE value IS 140 (55.08% from 255) = 51.28%
R=23.08%
G=25.64%
B=51.28%

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
Decimal63701400.550.5000.45234.5537.9339.8
Hex3F468C373202Deb2628
Octal7710621467620553534650
Binary111111100011010001100110111110010010110111101011100110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F468C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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